#ED39E0

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

Shades of Razzle Dazzle Rose #ED39E0

Tints of Razzle Dazzle Rose #ED39E0

Color information

#ED39E0 (or 0xED39E0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 39 and E0. RGB value is (237,57,224). Sum of RGB (Red+Green+Blue) = 237+57+224=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 57 (22.66% from 255 or 11.00% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED39E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED39E0 is #12C61F. Grayscale: #818181. Windows color (decimal): -1230368 or 14694893. OLE color: 14694893.

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

Color convert

RGB23757224-
CMYK00.760.050.07
HSL304.33º83.33%57.65%-
HSV(B)304.33º75.95%92.94%-
XYZ49.8426.3172.97-
YUV129.86181.13204.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 57 (22.66% from 255) = 11.00%
BLUE value IS 224 (87.89% from 255) = 43.24%
R=45.75%
G=11.00%
B=43.24%

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
Decimal2375722400.760.050.07304.3383.3357.65
HexED39E004C57130533a
Octal3557134001145746012372
Binary1110110111100111100000010011001011111001100001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED39E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED39E0; }

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

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

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

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

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

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

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

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