#EA3A5E

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

Shades of Cerise #EA3A5E

Tints of Cerise #EA3A5E

Color information

#EA3A5E (or 0xEA3A5E) is unknown color: approx Cerise. HEX triplet: EA, 3A and 5E. RGB value is (234,58,94). Sum of RGB (Red+Green+Blue) = 234+58+94=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3A5E is #15C5A1. Grayscale: #727272. Windows color (decimal): -1426850 or 6175466. OLE color: 6175466.

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

Color convert

RGB2345894-
CMYK00.750.600.08
HSL347.73º80.73%57.25%-
HSV(B)347.73º75.21%91.76%-
XYZ37.4721.3312.73-
YUV114.73116.31213.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.62%
GREEN value IS 58 (23.05% from 255) = 15.03%
BLUE value IS 94 (37.11% from 255) = 24.35%
R=60.62%
G=15.03%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234589400.750.600.08347.7380.7357.25
HexEA3A5E04B3C815c5139
Octal352721360113741053412171
Binary1110101011101010111100100101111110010001010111001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3A5E; }

 p { color: rgb(234,58,94); }

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

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

 a { background-color: rgb(234,58,94); }

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

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

 span { border-color: rgb(234,58,94); }

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