#E842C5

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

Shades of Razzle Dazzle Rose #E842C5

Tints of Razzle Dazzle Rose #E842C5

Color information

#E842C5 (or 0xE842C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 42 and C5. RGB value is (232,66,197). Sum of RGB (Red+Green+Blue) = 232+66+197=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E842C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E842C5 is #17BD3A. Grayscale: #828282. Windows color (decimal): -1555771 or 12927720. OLE color: 12927720.

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

Color convert

RGB23266197-
CMYK00.720.150.09
HSL312.65º78.3%58.43%-
HSV(B)312.65º71.55%90.98%-
XYZ45.325.0855.28-
YUV130.57165.5200.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.87%
GREEN value IS 66 (26.17% from 255) = 13.33%
BLUE value IS 197 (77.34% from 255) = 39.80%
R=46.87%
G=13.33%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326619700.720.150.09312.6578.358.43
HexE842C5048F91394e3a
Octal3501023050110171147111672
Binary1110100010000101100010101001000111110011001110011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E842C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E842C5; }

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

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

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

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

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

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

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

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