#E12DDA

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

Shades of Razzle Dazzle Rose #E12DDA

Tints of Razzle Dazzle Rose #E12DDA

Color information

#E12DDA (or 0xE12DDA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 2D and DA. RGB value is (225,45,218). Sum of RGB (Red+Green+Blue) = 225+45+218=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 45 (17.97% from 255 or 9.22% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12DDA is #1ED225. Grayscale: #767676. Windows color (decimal): -2019878 or 14298593. OLE color: 14298593.

HSL color Cylindrical-coordinate representation of color #E12DDA: hue angle of 302.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12DDA is Cyan = 0, Magento = 0.8, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB22545218-
CMYK00.80.030.12
HSL302.33º75%52.94%-
HSV(B)302.33º80%88.24%-
XYZ44.6422.9568.41-
YUV118.54184.13203.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.11%
GREEN value IS 45 (17.97% from 255) = 9.22%
BLUE value IS 218 (85.55% from 255) = 44.67%
R=46.11%
G=9.22%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254521800.80.030.12302.337552.94
HexE12DDA0503C12e4b35
Octal34155332012031445611365
Binary1110000110110111011010010100001111001001011101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12DDA; }

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

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

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

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

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

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

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

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