#E92A68

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

Shades of Cerise #E92A68

Tints of Cerise #E92A68

Color information

#E92A68 (or 0xE92A68) is unknown color: approx Cerise. HEX triplet: E9, 2A and 68. RGB value is (233,42,104). Sum of RGB (Red+Green+Blue) = 233+42+104=379 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.48% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92A68 is #16D597. Grayscale: #6A6A6A. Windows color (decimal): -1496472 or 6826729. OLE color: 6826729.

HSL color Cylindrical-coordinate representation of color #E92A68: hue angle of 340.52º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92A68 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB23342104-
CMYK00.820.550.09
HSL340.52º81.28%53.92%-
HSV(B)340.52º81.97%91.37%-
XYZ36.9319.9815.01-
YUV106.18126.78218.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 61.48%
GREEN value IS 42 (16.80% from 255) = 11.08%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=61.48%
G=11.08%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2334210400.820.550.09340.5281.2853.92
HexE92A680523791555136
Octal351521500122671152512166
Binary1110100110101011010000101001011011110011010101011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E92A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E92A68; }

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

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

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

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

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

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

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

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