#EA3071

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

Shades of Cerise #EA3071

Tints of Cerise #EA3071

Color information

#EA3071 (or 0xEA3071) is unknown color: approx Cerise. HEX triplet: EA, 30 and 71. RGB value is (234,48,113). Sum of RGB (Red+Green+Blue) = 234+48+113=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3071 is #15CF8E. Grayscale: #6E6E6E. Windows color (decimal): -1429391 or 7418090. OLE color: 7418090.

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

Color convert

RGB23448113-
CMYK00.790.520.08
HSL339.03º81.58%55.29%-
HSV(B)339.03º79.49%91.76%-
XYZ37.9720.817.64-
YUV111.02129.12215.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.24%
GREEN value IS 48 (19.14% from 255) = 12.15%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=59.24%
G=12.15%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344811300.790.520.08339.0381.5855.29
HexEA307104F3481535237
Octal352601610117641052312267
Binary1110101011000011100010100111111010010001010100111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3071; }

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

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

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

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

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

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

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

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