#E62394

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

Shades of Deep Cerise #E62394

Tints of Deep Cerise #E62394

Color information

#E62394 (or 0xE62394) is unknown color: approx Deep Cerise. HEX triplet: E6, 23 and 94. RGB value is (230,35,148). Sum of RGB (Red+Green+Blue) = 230+35+148=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E62394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62394 is #19DC6B. Grayscale: #696969. Windows color (decimal): -1694828 or 9708518. OLE color: 9708518.

HSL color Cylindrical-coordinate representation of color #E62394: hue angle of 325.23º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E62394 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB23035148-
CMYK00.850.360.10
HSL325.23º79.59%51.96%-
HSV(B)325.23º84.78%90.2%-
XYZ38.5820.1629.88-
YUV106.19151.6216.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.69%
GREEN value IS 35 (14.06% from 255) = 8.47%
BLUE value IS 148 (58.20% from 255) = 35.84%
R=55.69%
G=8.47%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2303514800.850.360.10325.2379.5951.96
HexE6239405524A1455034
Octal346432240125441250512064
Binary11100110100011100101000101010110010010101010001011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62394; }

 p { color: rgb(230,35,148); }

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

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

 a { background-color: rgb(230,35,148); }

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

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

 span { border-color: rgb(230,35,148); }

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