#E142B3

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

Shades of Razzle Dazzle Rose #E142B3

Tints of Razzle Dazzle Rose #E142B3

Color information

#E142B3 (or 0xE142B3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 42 and B3. RGB value is (225,66,179). Sum of RGB (Red+Green+Blue) = 225+66+179=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E142B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E142B3 is #1EBD4C. Grayscale: #7E7E7E. Windows color (decimal): -2014541 or 11748065. OLE color: 11748065.

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

Color convert

RGB22566179-
CMYK00.710.200.12
HSL317.36º72.6%57.06%-
HSV(B)317.36º70.67%88.24%-
XYZ41.1423.1644.95-
YUV126.42157.68198.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.87%
GREEN value IS 66 (26.17% from 255) = 14.04%
BLUE value IS 179 (70.31% from 255) = 38.09%
R=47.87%
G=14.04%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256617900.710.200.12317.3672.657.06
HexE142B304714C13d4939
Octal3411022630107241447511171
Binary11100001100001010110011010001111010011001001111011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E142B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E142B3; }

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

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

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

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

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

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

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

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