#E122DA

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

Shades of Razzle Dazzle Rose #E122DA

Tints of Razzle Dazzle Rose #E122DA

Color information

#E122DA (or 0xE122DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 22 and DA. RGB value is (225,34,218). Sum of RGB (Red+Green+Blue) = 225+34+218=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 34 (13.67% from 255 or 7.13% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E122DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122DA is #1EDD25. Grayscale: #6F6F6F. Windows color (decimal): -2022694 or 14295777. OLE color: 14295777.

HSL color Cylindrical-coordinate representation of color #E122DA: hue angle of 302.2º 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 #E122DA is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB22534218-
CMYK00.850.030.12
HSL302.2º76.1%50.78%-
HSV(B)302.2º84.89%88.24%-
XYZ44.2822.2168.28-
YUV112.08187.78208.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.17%
GREEN value IS 34 (13.67% from 255) = 7.13%
BLUE value IS 218 (85.55% from 255) = 45.70%
R=47.17%
G=7.13%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253421800.850.030.12302.276.150.78
HexE122DA0553C12e4c33
Octal34142332012531445611463
Binary1110000110001011011010010101011111001001011101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E122DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E122DA; }

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

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

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

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

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

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

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

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