#EA2260

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

Shades of Cerise #EA2260

Tints of Cerise #EA2260

Color information

#EA2260 (or 0xEA2260) is unknown color: approx Cerise. HEX triplet: EA, 22 and 60. RGB value is (234,34,96). Sum of RGB (Red+Green+Blue) = 234+34+96=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2260 is #15DD9F. Grayscale: #646464. Windows color (decimal): -1432992 or 6300394. OLE color: 6300394.

HSL color Cylindrical-coordinate representation of color #EA2260: hue angle of 341.4º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2260 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB2343496-
CMYK00.850.590.08
HSL341.4º82.64%52.55%-
HSV(B)341.4º85.47%91.76%-
XYZ36.6219.4812.9-
YUV100.87125.26222.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.29%
GREEN value IS 34 (13.67% from 255) = 9.34%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=64.29%
G=9.34%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234349600.850.590.08341.482.6452.55
HexEA22600553B81555335
Octal352421400125731052512365
Binary1110101010001011000000101010111101110001010101011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2260; }

 p { color: rgb(234,34,96); }

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

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

 a { background-color: rgb(234,34,96); }

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

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

 span { border-color: rgb(234,34,96); }

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