#ED24D0

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

Shades of Razzle Dazzle Rose #ED24D0

Tints of Razzle Dazzle Rose #ED24D0

Color information

#ED24D0 (or 0xED24D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 24 and D0. RGB value is (237,36,208). Sum of RGB (Red+Green+Blue) = 237+36+208=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 36 (14.45% from 255 or 7.48% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED24D0 is #12DB2F. Grayscale: #737373. Windows color (decimal): -1235760 or 13640941. OLE color: 13640941.

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

Color convert

RGB23736208-
CMYK00.850.120.07
HSL308.66º84.81%53.53%-
HSV(B)308.66º84.81%92.94%-
XYZ46.9423.8261.8-
YUV115.71180.09214.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.27%
GREEN value IS 36 (14.45% from 255) = 7.48%
BLUE value IS 208 (81.64% from 255) = 43.24%
R=49.27%
G=7.48%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373620800.850.120.07308.6684.8153.53
HexED24D0055C71355536
Octal35544320012514746512566
Binary11101101100100110100000101010111001111001101011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED24D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED24D0; }

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

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

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

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

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

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

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

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