#E142BA

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

Shades of Razzle Dazzle Rose #E142BA

Tints of Razzle Dazzle Rose #E142BA

Color information

#E142BA (or 0xE142BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 42 and BA. RGB value is (225,66,186). Sum of RGB (Red+Green+Blue) = 225+66+186=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E142BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E142BA is #1EBD45. Grayscale: #7E7E7E. Windows color (decimal): -2014534 or 12206817. OLE color: 12206817.

HSL color Cylindrical-coordinate representation of color #E142BA: hue angle of 314.72º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E142BA is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB22566186-
CMYK00.710.170.12
HSL314.72º72.6%57.06%-
HSV(B)314.72º70.67%88.24%-
XYZ41.8623.4548.77-
YUV127.22161.18197.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.17%
GREEN value IS 66 (26.17% from 255) = 13.84%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=47.17%
G=13.84%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256618600.710.170.12314.7272.657.06
HexE142BA04711C13b4939
Octal3411022720107211447311171
Binary11100001100001010111010010001111000111001001110111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E142BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E142BA; }

 p { color: rgb(225,66,186); }

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

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

 a { background-color: rgb(225,66,186); }

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

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

 span { border-color: rgb(225,66,186); }

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