#E845B6

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

Shades of Razzle Dazzle Rose #E845B6

Tints of Razzle Dazzle Rose #E845B6

Color information

#E845B6 (or 0xE845B6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 45 and B6. RGB value is (232,69,182). Sum of RGB (Red+Green+Blue) = 232+69+182=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 232 - color contains mainly: red. Hex color #E845B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E845B6 is #17BA49. Grayscale: #828282. Windows color (decimal): -1555018 or 11945448. OLE color: 11945448.

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

Color convert

RGB23269182-
CMYK00.700.220.09
HSL318.4º77.99%59.02%-
HSV(B)318.4º70.26%90.98%-
XYZ43.8524.7946.73-
YUV130.62157200.31-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.03%
GREEN value IS 69 (27.34% from 255) = 14.29%
BLUE value IS 182 (71.48% from 255) = 37.68%
R=48.03%
G=14.29%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326918200.700.220.09318.477.9959.02
HexE845B604616913e4e3b
Octal3501052660106261147611673
Binary11101000100010110110110010001101011010011001111101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E845B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E845B6; }

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

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

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

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

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

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

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

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