#ED39E1

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

Shades of Razzle Dazzle Rose #ED39E1

Tints of Razzle Dazzle Rose #ED39E1

Color information

#ED39E1 (or 0xED39E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 39 and E1. RGB value is (237,57,225). Sum of RGB (Red+Green+Blue) = 237+57+225=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 57 (22.66% from 255 or 10.98% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED39E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED39E1 is #12C61E. Grayscale: #818181. Windows color (decimal): -1230367 or 14760429. OLE color: 14760429.

HSL color Cylindrical-coordinate representation of color #ED39E1: hue angle of 304º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED39E1 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB23757225-
CMYK00.760.050.07
HSL304º83.33%57.65%-
HSV(B)304º75.95%92.94%-
XYZ49.9826.3773.69-
YUV129.97181.63204.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 57 (22.66% from 255) = 10.98%
BLUE value IS 225 (88.28% from 255) = 43.35%
R=45.66%
G=10.98%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375722500.760.050.0730483.3357.65
HexED39E104C57130533a
Octal3557134101145746012372
Binary1110110111100111100001010011001011111001100001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED39E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED39E1; }

 p { color: rgb(237,57,225); }

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

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

 a { background-color: rgb(237,57,225); }

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

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

 span { border-color: rgb(237,57,225); }

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