#E94068

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

Shades of Cerise #E94068

Tints of Cerise #E94068

Color information

#E94068 (or 0xE94068) is unknown color: approx Cerise. HEX triplet: E9, 40 and 68. RGB value is (233,64,104). Sum of RGB (Red+Green+Blue) = 233+64+104=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E94068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94068 is #16BF97. Grayscale: #777777. Windows color (decimal): -1490840 or 6832361. OLE color: 6832361.

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

Color convert

RGB23364104-
CMYK00.730.550.09
HSL345.8º79.34%58.24%-
HSV(B)345.8º72.53%91.37%-
XYZ37.9421.9915.34-
YUV119.09119.49209.25-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.10%
GREEN value IS 64 (25.39% from 255) = 15.96%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=58.10%
G=15.96%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336410400.730.550.09345.879.3458.24
HexE9406804937915a4f3a
Octal3511001500111671153211772
Binary11101001100000011010000100100111011110011010110101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94068; }

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

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

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

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

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

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

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

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