#ED24E4

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

Shades of Razzle Dazzle Rose #ED24E4

Tints of Razzle Dazzle Rose #ED24E4

Color information

#ED24E4 (or 0xED24E4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 24 and E4. RGB value is (237,36,228). Sum of RGB (Red+Green+Blue) = 237+36+228=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 36 (14.45% from 255 or 7.19% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED24E4 is #12DB1B. Grayscale: #757575. Windows color (decimal): -1235740 or 14951661. OLE color: 14951661.

HSL color Cylindrical-coordinate representation of color #ED24E4: hue angle of 302.69º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED24E4 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB23736228-
CMYK00.850.040.07
HSL302.69º84.81%53.53%-
HSV(B)302.69º84.81%92.94%-
XYZ49.5624.8775.59-
YUV117.99190.09212.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.31%
GREEN value IS 36 (14.45% from 255) = 7.19%
BLUE value IS 228 (89.45% from 255) = 45.51%
R=47.31%
G=7.19%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373622800.850.040.07302.6984.8153.53
HexED24E40554712f5536
Octal3554434401254745712566
Binary1110110110010011100100010101011001111001011111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED24E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED24E4; }

 p { color: rgb(237,36,228); }

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

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

 a { background-color: rgb(237,36,228); }

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

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

 span { border-color: rgb(237,36,228); }

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