#e64095

Color #E64095 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E64095

Tints of Deep Cerise #E64095

Color information

#E64095 (or 0xE64095) is unknown color: approx Deep Cerise. HEX triplet: E6, 40 and 95. RGB value is (230,64,149). Sum of RGB (Red+Green+Blue) = 230+64+149=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E64095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64095 is #19BF6A. Grayscale: #7B7B7B. Windows color (decimal): -1687403 or 9781478. OLE color: 9781478.

HSL color Cylindrical-coordinate representation of color #E64095: hue angle of 329.28º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E64095 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB23064149-
CMYK00.720.350.10
HSL329.28º76.85%57.65%-
HSV(B)329.28º72.17%90.2%-
XYZ39.8922.6630.71-
YUV123.32142.5204.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.92%
GREEN value IS 64 (25.39% from 255) = 14.45%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=51.92%
G=14.45%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2306414900.720.350.10329.2876.8557.65
HexE6409504823A1494d3a
Octal3461002250110431251111572
Binary111001101000000100101010100100010001110101010010011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e64095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e64095; }

 p { color: rgb(230,64,149); }

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

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

 a { background-color: rgb(230,64,149); }

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

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

 span { border-color: rgb(230,64,149); }

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