#E229C2

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

Shades of Razzle Dazzle Rose #E229C2

Tints of Razzle Dazzle Rose #E229C2

Color information

#E229C2 (or 0xE229C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 29 and C2. RGB value is (226,41,194). Sum of RGB (Red+Green+Blue) = 226+41+194=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E229C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E229C2 is #1DD63D. Grayscale: #717171. Windows color (decimal): -1955390 or 12724706. OLE color: 12724706.

HSL color Cylindrical-coordinate representation of color #E229C2: hue angle of 310.38º 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 #E229C2 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB22641194-
CMYK00.820.140.11
HSL310.38º76.13%52.35%-
HSV(B)310.38º81.86%88.63%-
XYZ41.8921.6553.01-
YUV113.76173.29208.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.02%
GREEN value IS 41 (16.41% from 255) = 8.89%
BLUE value IS 194 (76.17% from 255) = 42.08%
R=49.02%
G=8.89%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2264119400.820.140.11310.3876.1352.35
HexE229C2052EB1364c34
Octal342513020122161346611464
Binary111000101010011100001001010010111010111001101101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E229C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E229C2; }

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

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

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

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

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

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

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

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