#EA376A

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

Shades of Cerise #EA376A

Tints of Cerise #EA376A

Color information

#EA376A (or 0xEA376A) is unknown color: approx Cerise. HEX triplet: EA, 37 and 6A. RGB value is (234,55,106). Sum of RGB (Red+Green+Blue) = 234+55+106=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA376A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA376A is #15C895. Grayscale: #727272. Windows color (decimal): -1427606 or 6961130. OLE color: 6961130.

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

Color convert

RGB23455106-
CMYK00.760.550.08
HSL342.91º81%56.67%-
HSV(B)342.91º76.5%91.76%-
XYZ37.921.2715.74-
YUV114.34123.3213.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.24%
GREEN value IS 55 (21.88% from 255) = 13.92%
BLUE value IS 106 (41.80% from 255) = 26.84%
R=59.24%
G=13.92%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345510600.760.550.08342.918156.67
HexEA376A04C3781575139
Octal352671520114671052712171
Binary1110101011011111010100100110011011110001010101111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA376A; }

 p { color: rgb(234,55,106); }

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

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

 a { background-color: rgb(234,55,106); }

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

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

 span { border-color: rgb(234,55,106); }

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