#E824D0

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

Shades of Razzle Dazzle Rose #E824D0

Tints of Razzle Dazzle Rose #E824D0

Color information

#E824D0 (or 0xE824D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 24 and D0. RGB value is (232,36,208). Sum of RGB (Red+Green+Blue) = 232+36+208=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 36 (14.45% from 255 or 7.56% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E824D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E824D0 is #17DB2F. Grayscale: #717171. Windows color (decimal): -1563440 or 13640936. OLE color: 13640936.

HSL color Cylindrical-coordinate representation of color #E824D0: hue angle of 307.35º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E824D0 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB23236208-
CMYK00.840.100.09
HSL307.35º80.99%52.55%-
HSV(B)307.35º84.48%90.98%-
XYZ45.2922.9761.72-
YUV114.21180.93212.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.74%
GREEN value IS 36 (14.45% from 255) = 7.56%
BLUE value IS 208 (81.64% from 255) = 43.70%
R=48.74%
G=7.56%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2323620800.840.100.09307.3580.9952.55
HexE824D0054A91335135
Octal350443200124121146312165
Binary111010001001001101000001010100101010011001100111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E824D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E824D0; }

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

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

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

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

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

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

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

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