#EA3575

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

Shades of Cerise #EA3575

Tints of Cerise #EA3575

Color information

#EA3575 (or 0xEA3575) is unknown color: approx Cerise. HEX triplet: EA, 35 and 75. RGB value is (234,53,117). Sum of RGB (Red+Green+Blue) = 234+53+117=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3575 is #15CA8A. Grayscale: #727272. Windows color (decimal): -1428107 or 7681514. OLE color: 7681514.

HSL color Cylindrical-coordinate representation of color #EA3575: hue angle of 338.78º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA3575 is Cyan = 0, Magento = 0.77, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB23453117-
CMYK00.770.50.08
HSL338.78º81.17%56.27%-
HSV(B)338.78º77.35%91.76%-
XYZ38.4221.3218.92-
YUV114.42129.47213.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.92%
GREEN value IS 53 (21.09% from 255) = 13.12%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=57.92%
G=13.12%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345311700.770.50.08338.7881.1756.27
HexEA357504D3281535138
Octal352651650115621052312170
Binary1110101011010111101010100110111001010001010100111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3575; }

 p { color: rgb(234,53,117); }

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

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

 a { background-color: rgb(234,53,117); }

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

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

 span { border-color: rgb(234,53,117); }

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