#E842CD

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

Shades of Razzle Dazzle Rose #E842CD

Tints of Razzle Dazzle Rose #E842CD

Color information

#E842CD (or 0xE842CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 42 and CD. RGB value is (232,66,205). Sum of RGB (Red+Green+Blue) = 232+66+205=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E842CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E842CD is #17BD32. Grayscale: #838383. Windows color (decimal): -1555763 or 13452008. OLE color: 13452008.

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

Color convert

RGB23266205-
CMYK00.720.120.09
HSL309.76º78.3%58.43%-
HSV(B)309.76º71.55%90.98%-
XYZ46.2525.4660.23-
YUV131.48169.5199.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.12%
GREEN value IS 66 (26.17% from 255) = 13.12%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=46.12%
G=13.12%
B=40.76%

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
Decimal2326620500.720.120.09309.7678.358.43
HexE842CD048C91364e3a
Octal3501023150110141146611672
Binary1110100010000101100110101001000110010011001101101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E842CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E842CD; }

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

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

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

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

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

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

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

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