#EA365F

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

Shades of Cerise #EA365F

Tints of Cerise #EA365F

Color information

#EA365F (or 0xEA365F) is unknown color: approx Cerise. HEX triplet: EA, 36 and 5F. RGB value is (234,54,95). Sum of RGB (Red+Green+Blue) = 234+54+95=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA365F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA365F is #15C9A0. Grayscale: #707070. Windows color (decimal): -1427873 or 6239978. OLE color: 6239978.

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

Color convert

RGB2345495-
CMYK00.770.590.08
HSL346.33º81.08%56.47%-
HSV(B)346.33º76.92%91.76%-
XYZ37.3220.9612.9-
YUV112.49118.13214.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.10%
GREEN value IS 54 (21.48% from 255) = 14.10%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=61.10%
G=14.10%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234549500.770.590.08346.3381.0856.47
HexEA365F04D3B815a5138
Octal352661370115731053212170
Binary1110101011011010111110100110111101110001010110101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA365F; }

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

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

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

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

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

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

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

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