#E422DD

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

Shades of Razzle Dazzle Rose #E422DD

Tints of Razzle Dazzle Rose #E422DD

Color information

#E422DD (or 0xE422DD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E4, 22 and DD. RGB value is (228,34,221). Sum of RGB (Red+Green+Blue) = 228+34+221=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 34 (13.67% from 255 or 7.04% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E422DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E422DD is #1BDD22. Grayscale: #707070. Windows color (decimal): -1826083 or 14492388. OLE color: 14492388.

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

Color convert

RGB22834221-
CMYK00.850.030.11
HSL302.16º78.23%51.37%-
HSV(B)302.16º85.09%89.41%-
XYZ45.6222.8670.41-
YUV113.32188.77209.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.20%
GREEN value IS 34 (13.67% from 255) = 7.04%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=47.20%
G=7.04%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2283422100.850.030.11302.1678.2351.37
HexE422DD0553B12e4e33
Octal34442335012531345611663
Binary1110010010001011011101010101011110111001011101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E422DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E422DD; }

 p { color: rgb(228,34,221); }

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

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

 a { background-color: rgb(228,34,221); }

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

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

 span { border-color: rgb(228,34,221); }

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