#EA2571

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

Shades of Cerise #EA2571

Tints of Cerise #EA2571

Color information

#EA2571 (or 0xEA2571) is unknown color: approx Cerise. HEX triplet: EA, 25 and 71. RGB value is (234,37,113). Sum of RGB (Red+Green+Blue) = 234+37+113=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2571 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2571 is #15DA8E. Grayscale: #686868. Windows color (decimal): -1432207 or 7415274. OLE color: 7415274.

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

Color convert

RGB23437113-
CMYK00.840.520.08
HSL336.85º82.43%53.14%-
HSV(B)336.85º84.19%91.76%-
XYZ37.5720.0117.5-
YUV104.57132.77220.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.94%
GREEN value IS 37 (14.84% from 255) = 9.64%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=60.94%
G=9.64%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343711300.840.520.08336.8582.4353.14
HexEA25710543481515235
Octal352451610124641052112265
Binary1110101010010111100010101010011010010001010100011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2571; }

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

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

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

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

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

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

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

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