#EA3B64

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

Shades of Cerise #EA3B64

Tints of Cerise #EA3B64

Color information

#EA3B64 (or 0xEA3B64) is unknown color: approx Cerise. HEX triplet: EA, 3B and 64. RGB value is (234,59,100). Sum of RGB (Red+Green+Blue) = 234+59+100=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3B64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3B64 is #15C49B. Grayscale: #747474. Windows color (decimal): -1426588 or 6568938. OLE color: 6568938.

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

Color convert

RGB23459100-
CMYK00.750.570.08
HSL345.94º80.65%57.45%-
HSV(B)345.94º74.79%91.76%-
XYZ37.821.5414.22-
YUV116118.98212.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.54%
GREEN value IS 59 (23.44% from 255) = 15.01%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=59.54%
G=15.01%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345910000.750.570.08345.9480.6557.45
HexEA3B6404B39815a5139
Octal352731440113711053212171
Binary1110101011101111001000100101111100110001010110101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3B64; }

 p { color: rgb(234,59,100); }

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

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

 a { background-color: rgb(234,59,100); }

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

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

 span { border-color: rgb(234,59,100); }

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