#E942BC

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

Shades of Razzle Dazzle Rose #E942BC

Tints of Razzle Dazzle Rose #E942BC

Color information

#E942BC (or 0xE942BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E9, 42 and BC. RGB value is (233,66,188). Sum of RGB (Red+Green+Blue) = 233+66+188=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E942BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E942BC is #16BD43. Grayscale: #818181. Windows color (decimal): -1490244 or 12337897. OLE color: 12337897.

HSL color Cylindrical-coordinate representation of color #E942BC: hue angle of 316.17º 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 #E942BC is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB23366188-
CMYK00.720.190.09
HSL316.17º79.15%58.63%-
HSV(B)316.17º71.67%91.37%-
XYZ44.6324.8550.02-
YUV129.84160.83201.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.84%
GREEN value IS 66 (26.17% from 255) = 13.55%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=47.84%
G=13.55%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336618800.720.190.09316.1779.1558.63
HexE942BC04813913c4f3b
Octal3511022740110231147411773
Binary11101001100001010111100010010001001110011001111001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E942BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E942BC; }

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

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

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

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

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

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

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

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