#E122D9

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

Shades of Razzle Dazzle Rose #E122D9

Tints of Razzle Dazzle Rose #E122D9

Color information

#E122D9 (or 0xE122D9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 22 and D9. RGB value is (225,34,217). Sum of RGB (Red+Green+Blue) = 225+34+217=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 34 (13.67% from 255 or 7.14% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E122D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122D9 is #1EDD26. Grayscale: #6F6F6F. Windows color (decimal): -2022695 or 14230241. OLE color: 14230241.

HSL color Cylindrical-coordinate representation of color #E122D9: hue angle of 302.51º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E122D9 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB22534217-
CMYK00.850.040.12
HSL302.51º76.1%50.78%-
HSV(B)302.51º84.89%88.24%-
XYZ44.1522.1667.6-
YUV111.97187.28208.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.27%
GREEN value IS 34 (13.67% from 255) = 7.14%
BLUE value IS 217 (85.16% from 255) = 45.59%
R=47.27%
G=7.14%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253421700.850.040.12302.5176.150.78
HexE122D90554C12f4c33
Octal34142331012541445711463
Binary11100001100010110110010101010110011001001011111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E122D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E122D9; }

 p { color: rgb(225,34,217); }

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

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

 a { background-color: rgb(225,34,217); }

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

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

 span { border-color: rgb(225,34,217); }

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