#EA365E

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

Shades of Cerise #EA365E

Tints of Cerise #EA365E

Color information

#EA365E (or 0xEA365E) is unknown color: approx Cerise. HEX triplet: EA, 36 and 5E. RGB value is (234,54,94). Sum of RGB (Red+Green+Blue) = 234+54+94=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA365E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA365E is #15C9A1. Grayscale: #707070. Windows color (decimal): -1427874 or 6174442. OLE color: 6174442.

HSL color Cylindrical-coordinate representation of color #EA365E: hue angle of 346.67º 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 #EA365E is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB2345494-
CMYK00.770.600.08
HSL346.67º81.08%56.47%-
HSV(B)346.67º76.92%91.76%-
XYZ37.2720.9412.67-
YUV112.38117.63214.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.26%
GREEN value IS 54 (21.48% from 255) = 14.14%
BLUE value IS 94 (37.11% from 255) = 24.61%
R=61.26%
G=14.14%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234549400.770.600.08346.6781.0856.47
HexEA365E04D3C815b5138
Octal352661360115741053312170
Binary1110101011011010111100100110111110010001010110111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA365E; }

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

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

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

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

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

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

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

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