#E94070

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

Shades of Cerise #E94070

Tints of Cerise #E94070

Color information

#E94070 (or 0xE94070) is unknown color: approx Cerise. HEX triplet: E9, 40 and 70. RGB value is (233,64,112). Sum of RGB (Red+Green+Blue) = 233+64+112=409 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.97% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 233 - color contains mainly: red. Hex color #E94070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94070 is #16BF8F. Grayscale: #777777. Windows color (decimal): -1490832 or 7356649. OLE color: 7356649.

HSL color Cylindrical-coordinate representation of color #E94070: hue angle of 342.96º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E94070 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB23364112-
CMYK00.730.520.09
HSL342.96º79.34%58.24%-
HSV(B)342.96º72.53%91.37%-
XYZ38.3622.1617.58-
YUV120123.49208.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.97%
GREEN value IS 64 (25.39% from 255) = 15.65%
BLUE value IS 112 (44.14% from 255) = 27.38%
R=56.97%
G=15.65%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336411200.730.520.09342.9679.3458.24
HexE940700493491574f3a
Octal3511001600111641152711772
Binary11101001100000011100000100100111010010011010101111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94070; }

 p { color: rgb(233,64,112); }

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

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

 a { background-color: rgb(233,64,112); }

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

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

 span { border-color: rgb(233,64,112); }

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