#E824DA

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

Shades of Razzle Dazzle Rose #E824DA

Tints of Razzle Dazzle Rose #E824DA

Color information

#E824DA (or 0xE824DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 24 and DA. RGB value is (232,36,218). Sum of RGB (Red+Green+Blue) = 232+36+218=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 36 (14.45% from 255 or 7.41% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E824DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E824DA is #17DB25. Grayscale: #727272. Windows color (decimal): -1563430 or 14296296. OLE color: 14296296.

HSL color Cylindrical-coordinate representation of color #E824DA: hue angle of 304.29º 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 #E824DA is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB23236218-
CMYK00.840.060.09
HSL304.29º80.99%52.55%-
HSV(B)304.29º84.48%90.98%-
XYZ46.5623.4868.41-
YUV115.35185.93211.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.74%
GREEN value IS 36 (14.45% from 255) = 7.41%
BLUE value IS 218 (85.55% from 255) = 44.86%
R=47.74%
G=7.41%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2323621800.840.060.09304.2980.9952.55
HexE824DA054691305135
Octal35044332012461146012165
Binary11101000100100110110100101010011010011001100001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E824DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E824DA; }

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

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

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

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

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

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

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

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