#ED39E5

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

Shades of Razzle Dazzle Rose #ED39E5

Tints of Razzle Dazzle Rose #ED39E5

Color information

#ED39E5 (or 0xED39E5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 39 and E5. RGB value is (237,57,229). Sum of RGB (Red+Green+Blue) = 237+57+229=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 57 (22.66% from 255 or 10.90% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED39E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED39E5 is #12C61A. Grayscale: #818181. Windows color (decimal): -1230363 or 15022573. OLE color: 15022573.

HSL color Cylindrical-coordinate representation of color #ED39E5: hue angle of 302.67º 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 #ED39E5 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB23757229-
CMYK00.760.030.07
HSL302.67º83.33%57.65%-
HSV(B)302.67º75.95%92.94%-
XYZ50.5326.5976.6-
YUV130.43183.63204.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.32%
GREEN value IS 57 (22.66% from 255) = 10.90%
BLUE value IS 229 (89.84% from 255) = 43.79%
R=45.32%
G=10.90%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375722900.760.030.07302.6783.3357.65
HexED39E504C3712f533a
Octal3557134501143745712372
Binary111011011110011110010101001100111111001011111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED39E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED39E5; }

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

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

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

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

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

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

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

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