#EA2570

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

Shades of Cerise #EA2570

Tints of Cerise #EA2570

Color information

#EA2570 (or 0xEA2570) is unknown color: approx Cerise. HEX triplet: EA, 25 and 70. RGB value is (234,37,112). Sum of RGB (Red+Green+Blue) = 234+37+112=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2570 is #15DA8F. Grayscale: #686868. Windows color (decimal): -1432208 or 7349738. OLE color: 7349738.

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

Color convert

RGB23437112-
CMYK00.840.520.08
HSL337.16º82.43%53.14%-
HSV(B)337.16º84.19%91.76%-
XYZ37.5219.9917.21-
YUV104.45132.27220.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.10%
GREEN value IS 37 (14.84% from 255) = 9.66%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=61.10%
G=9.66%
B=29.24%

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
Decimal2343711200.840.520.08337.1682.4353.14
HexEA25700543481515235
Octal352451600124641052112265
Binary1110101010010111100000101010011010010001010100011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2570; }

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

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

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

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

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

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

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

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