#E845B5

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

Shades of Razzle Dazzle Rose #E845B5

Tints of Razzle Dazzle Rose #E845B5

Color information

#E845B5 (or 0xE845B5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E8, 45 and B5. RGB value is (232,69,181). Sum of RGB (Red+Green+Blue) = 232+69+181=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E845B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E845B5 is #17BA4A. Grayscale: #828282. Windows color (decimal): -1555019 or 11879912. OLE color: 11879912.

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

Color convert

RGB23269181-
CMYK00.700.220.09
HSL318.77º77.99%59.02%-
HSV(B)318.77º70.26%90.98%-
XYZ43.7524.7546.19-
YUV130.5156.5200.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.13%
GREEN value IS 69 (27.34% from 255) = 14.32%
BLUE value IS 181 (71.09% from 255) = 37.55%
R=48.13%
G=14.32%
B=37.55%

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
Decimal2326918100.700.220.09318.7777.9959.02
HexE845B504616913f4e3b
Octal3501052650106261147711673
Binary11101000100010110110101010001101011010011001111111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E845B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E845B5; }

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

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

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

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

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

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

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

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