#E842C9

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

Shades of Razzle Dazzle Rose #E842C9

Tints of Razzle Dazzle Rose #E842C9

Color information

#E842C9 (or 0xE842C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 42 and C9. RGB value is (232,66,201). Sum of RGB (Red+Green+Blue) = 232+66+201=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E842C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E842C9 is #17BD36. Grayscale: #828282. Windows color (decimal): -1555767 or 13189864. OLE color: 13189864.

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

Color convert

RGB23266201-
CMYK00.720.130.09
HSL311.2º78.3%58.43%-
HSV(B)311.2º71.55%90.98%-
XYZ45.7725.2757.72-
YUV131.02167.5200.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.49%
GREEN value IS 66 (26.17% from 255) = 13.23%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=46.49%
G=13.23%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326620100.720.130.09311.278.358.43
HexE842C9048D91374e3a
Octal3501023110110151146711672
Binary1110100010000101100100101001000110110011001101111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E842C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E842C9; }

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

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

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

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

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

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

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

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