#E127D9

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

Shades of Razzle Dazzle Rose #E127D9

Tints of Razzle Dazzle Rose #E127D9

Color information

#E127D9 (or 0xE127D9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 27 and D9. RGB value is (225,39,217). Sum of RGB (Red+Green+Blue) = 225+39+217=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E127D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E127D9 is #1ED826. Grayscale: #727272. Windows color (decimal): -2021415 or 14231521. OLE color: 14231521.

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

Color convert

RGB22539217-
CMYK00.830.040.12
HSL302.58º75.61%51.76%-
HSV(B)302.58º82.67%88.24%-
XYZ44.322.4767.65-
YUV114.91185.62206.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.78%
GREEN value IS 39 (15.62% from 255) = 8.11%
BLUE value IS 217 (85.16% from 255) = 45.11%
R=46.78%
G=8.11%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2253921700.830.040.12302.5875.6151.76
HexE127D90534C12f4c34
Octal34147331012341445711464
Binary11100001100111110110010101001110011001001011111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E127D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E127D9; }

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

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

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

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

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

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

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

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