#E845C6

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

Shades of Razzle Dazzle Rose #E845C6

Tints of Razzle Dazzle Rose #E845C6

Color information

#E845C6 (or 0xE845C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 45 and C6. RGB value is (232,69,198). Sum of RGB (Red+Green+Blue) = 232+69+198=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E845C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E845C6 is #17BA39. Grayscale: #848484. Windows color (decimal): -1555002 or 12994024. OLE color: 12994024.

HSL color Cylindrical-coordinate representation of color #E845C6: hue angle of 312.52º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E845C6 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB23269198-
CMYK00.700.150.09
HSL312.52º77.99%59.02%-
HSV(B)312.52º70.26%90.98%-
XYZ45.625.4955.94-
YUV132.44165199.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.49%
GREEN value IS 69 (27.34% from 255) = 13.83%
BLUE value IS 198 (77.73% from 255) = 39.68%
R=46.49%
G=13.83%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326919800.700.150.09312.5277.9959.02
HexE845C6046F91394e3b
Octal3501053060106171147111673
Binary1110100010001011100011001000110111110011001110011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E845C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E845C6; }

 p { color: rgb(232,69,198); }

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

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

 a { background-color: rgb(232,69,198); }

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

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

 span { border-color: rgb(232,69,198); }

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