#E942BE

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

Shades of Razzle Dazzle Rose #E942BE

Tints of Razzle Dazzle Rose #E942BE

Color information

#E942BE (or 0xE942BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E9, 42 and BE. RGB value is (233,66,190). Sum of RGB (Red+Green+Blue) = 233+66+190=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E942BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E942BE is #16BD41. Grayscale: #818181. Windows color (decimal): -1490242 or 12468969. OLE color: 12468969.

HSL color Cylindrical-coordinate representation of color #E942BE: hue angle of 315.45º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E942BE is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB23366190-
CMYK00.720.180.09
HSL315.45º79.15%58.63%-
HSV(B)315.45º71.67%91.37%-
XYZ44.8524.9451.16-
YUV130.07161.83201.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.65%
GREEN value IS 66 (26.17% from 255) = 13.50%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=47.65%
G=13.50%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336619000.720.180.09315.4579.1558.63
HexE942BE04812913b4f3b
Octal3511022760110221147311773
Binary11101001100001010111110010010001001010011001110111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E942BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E942BE; }

 p { color: rgb(233,66,190); }

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

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

 a { background-color: rgb(233,66,190); }

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

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

 span { border-color: rgb(233,66,190); }

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