#EA2771

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

Shades of Cerise #EA2771

Tints of Cerise #EA2771

Color information

#EA2771 (or 0xEA2771) is unknown color: approx Cerise. HEX triplet: EA, 27 and 71. RGB value is (234,39,113). Sum of RGB (Red+Green+Blue) = 234+39+113=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2771 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2771 is #15D88E. Grayscale: #696969. Windows color (decimal): -1431695 or 7415786. OLE color: 7415786.

HSL color Cylindrical-coordinate representation of color #EA2771: hue angle of 337.23º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2771 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB23439113-
CMYK00.830.520.08
HSL337.23º82.28%53.53%-
HSV(B)337.23º83.33%91.76%-
XYZ37.6420.1417.53-
YUV105.74132.1219.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.62%
GREEN value IS 39 (15.62% from 255) = 10.10%
BLUE value IS 113 (44.53% from 255) = 29.27%
R=60.62%
G=10.10%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343911300.830.520.08337.2382.2853.53
HexEA27710533481515236
Octal352471610123641052112266
Binary1110101010011111100010101001111010010001010100011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2771; }

 p { color: rgb(234,39,113); }

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

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

 a { background-color: rgb(234,39,113); }

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

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

 span { border-color: rgb(234,39,113); }

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