#EA276C

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

Shades of Cerise #EA276C

Tints of Cerise #EA276C

Color information

#EA276C (or 0xEA276C) is unknown color: approx Cerise. HEX triplet: EA, 27 and 6C. RGB value is (234,39,108). Sum of RGB (Red+Green+Blue) = 234+39+108=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA276C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA276C is #15D893. Grayscale: #696969. Windows color (decimal): -1431700 or 7088106. OLE color: 7088106.

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

Color convert

RGB23439108-
CMYK00.830.540.08
HSL338.77º82.28%53.53%-
HSV(B)338.77º83.33%91.76%-
XYZ37.3620.0316.08-
YUV105.17129.6219.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.42%
GREEN value IS 39 (15.62% from 255) = 10.24%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=61.42%
G=10.24%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343910800.830.540.08338.7782.2853.53
HexEA276C0533681535236
Octal352471540123661052312266
Binary1110101010011111011000101001111011010001010100111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA276C; }

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

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

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

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

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

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

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

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