#E842CB

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

Shades of Razzle Dazzle Rose #E842CB

Tints of Razzle Dazzle Rose #E842CB

Color information

#E842CB (or 0xE842CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 42 and CB. RGB value is (232,66,203). Sum of RGB (Red+Green+Blue) = 232+66+203=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E842CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E842CB is #17BD34. Grayscale: #828282. Windows color (decimal): -1555765 or 13320936. OLE color: 13320936.

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

Color convert

RGB23266203-
CMYK00.720.120.09
HSL310.48º78.3%58.43%-
HSV(B)310.48º71.55%90.98%-
XYZ46.0125.3658.97-
YUV131.25168.5199.86-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.31%
GREEN value IS 66 (26.17% from 255) = 13.17%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=46.31%
G=13.17%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326620300.720.120.09310.4878.358.43
HexE842CB048C91364e3a
Octal3501023130110141146611672
Binary1110100010000101100101101001000110010011001101101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E842CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E842CB; }

 p { color: rgb(232,66,203); }

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

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

 a { background-color: rgb(232,66,203); }

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

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

 span { border-color: rgb(232,66,203); }

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