#E229DC

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

Shades of Razzle Dazzle Rose #E229DC

Tints of Razzle Dazzle Rose #E229DC

Color information

#E229DC (or 0xE229DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 29 and DC. RGB value is (226,41,220). Sum of RGB (Red+Green+Blue) = 226+41+220=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E229DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E229DC is #1DD623. Grayscale: #747474. Windows color (decimal): -1955364 or 14428642. OLE color: 14428642.

HSL color Cylindrical-coordinate representation of color #E229DC: hue angle of 301.95º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E229DC is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB22641220-
CMYK00.820.030.11
HSL301.95º76.13%52.35%-
HSV(B)301.95º81.86%88.63%-
XYZ45.0822.9269.76-
YUV116.72186.29205.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.41%
GREEN value IS 41 (16.41% from 255) = 8.42%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=46.41%
G=8.42%
B=45.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2264122000.820.030.11301.9576.1352.35
HexE229DC0523B12e4c34
Octal34251334012231345611464
Binary1110001010100111011100010100101110111001011101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E229DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E229DC; }

 p { color: rgb(226,41,220); }

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

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

 a { background-color: rgb(226,41,220); }

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

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

 span { border-color: rgb(226,41,220); }

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