#E129D9

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

Shades of Razzle Dazzle Rose #E129D9

Tints of Razzle Dazzle Rose #E129D9

Color information

#E129D9 (or 0xE129D9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 29 and D9. RGB value is (225,41,217). Sum of RGB (Red+Green+Blue) = 225+41+217=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E129D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E129D9 is #1ED626. Grayscale: #737373. Windows color (decimal): -2020903 or 14232033. OLE color: 14232033.

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

Color convert

RGB22541217-
CMYK00.820.040.12
HSL302.61º75.41%52.16%-
HSV(B)302.61º81.78%88.24%-
XYZ44.3722.667.67-
YUV116.08184.96205.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.58%
GREEN value IS 41 (16.41% from 255) = 8.49%
BLUE value IS 217 (85.16% from 255) = 44.93%
R=46.58%
G=8.49%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254121700.820.040.12302.6175.4152.16
HexE129D90524C12f4b34
Octal34151331012241445711364
Binary11100001101001110110010101001010011001001011111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E129D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E129D9; }

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

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

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

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

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

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

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

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