#ed2ad7

Color #ED2AD7 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #ED2AD7

Tints of Razzle Dazzle Rose #ED2AD7

Color information

#ED2AD7 (or 0xED2AD7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 2A and D7. RGB value is (237,42,215). Sum of RGB (Red+Green+Blue) = 237+42+215=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 42 (16.80% from 255 or 8.50% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2AD7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2AD7 is #12D528. Grayscale: #777777. Windows color (decimal): -1234217 or 14101229. OLE color: 14101229.

HSL color Cylindrical-coordinate representation of color #ED2AD7: hue angle of 306.77º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2AD7 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB23742215-
CMYK00.820.090.07
HSL306.77º84.42%54.71%-
HSV(B)306.77º82.28%92.94%-
XYZ48.0224.5766.5-
YUV120.03181.6211.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 47.98%
GREEN value IS 42 (16.80% from 255) = 8.50%
BLUE value IS 215 (84.38% from 255) = 43.52%
R=47.98%
G=8.50%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374221500.820.090.07306.7784.4254.71
HexED2AD7052971335437
Octal35552327012211746312467
Binary11101101101010110101110101001010011111001100111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed2ad7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed2ad7; }

 p { color: rgb(237,42,215); }

 H1.HeaderClassName
 {
   color: #ed2ad7;
 }
 .AnyTagClassName
 {
   color: #ed2ad7;
 }
</style>
background-color css

<style>
 a { background-color: #ed2ad7; }

 a { background-color: rgb(237,42,215); }

 div.DivClassName
 {
   background-color: #ed2ad7;
 }
 .BgClassName
 {
   background-color: #ed2ad7;
 }
</style>
border-color css

<style>
 span { border-color: #ed2ad7; }

 span { border-color: rgb(237,42,215); }

 td.TdClassName
 {
   border-color: #ed2ad7;
 }
 .TagClassName
 {
   border-color: #ed2ad7;
 }
</style>