#ED1CD9

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

Shades of Razzle Dazzle Rose #ED1CD9

Tints of Razzle Dazzle Rose #ED1CD9

Color information

#ED1CD9 (or 0xED1CD9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 1C and D9. RGB value is (237,28,217). Sum of RGB (Red+Green+Blue) = 237+28+217=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1CD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1CD9 is #12E326. Grayscale: #6F6F6F. Windows color (decimal): -1237799 or 14228717. OLE color: 14228717.

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

Color convert

RGB23728217-
CMYK00.880.080.07
HSL305.74º85.31%51.96%-
HSV(B)305.74º88.19%92.94%-
XYZ47.8623.8467.73-
YUV112.04187.24217.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 28 (11.33% from 255) = 5.81%
BLUE value IS 217 (85.16% from 255) = 45.02%
R=49.17%
G=5.81%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372821700.880.080.07305.7485.3151.96
HexED1CD9058871325534
Octal35534331013010746212564
Binary1110110111100110110010101100010001111001100101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1CD9; }

 p { color: rgb(237,28,217); }

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

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

 a { background-color: rgb(237,28,217); }

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

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

 span { border-color: rgb(237,28,217); }

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