Html Css Color HEX #EA2960 Cerise

📋 copy color: '#EA2960'

red 234 ◦ green 41 ◦ blue 96

#EA2960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #EA2960

Tints of Cerise #EA2960

RGB

 RED value IS 234 (91.8% from 255) = 63.07%

 GREEN value IS 41 (16.41% from 255) = 11.05%

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 63.07%
G = 11.05%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA2960 (or 0xEA2960) is known color: Cerise. HEX triplet: EA, 29 and 60. RGB value is (234,41,96). Sum of RGB (Red+Green+Blue) = 234+41+96=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2960 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2960 is #15D69F. Grayscale: #686868. Windows color (decimal): -1431200 or 6302186. OLE color: 6302186.

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

Color convert

RGB 234 41 96 -
CMYK 0 0.82 0.59 0.08
HSL 342.9º 0.82% 0.54% -
HSV(B) 342.9º 0.82% 0.92% -
XYZ 36.84 19.92 12.97 -
YUV 104.98 122.94 220.03 -
System Red Green Blue C M Y K H S L
Decimal 234 41 96 0 0.82 0.59 0.08 342.9 0.82 0.54
Hex EA 29 60 0 52 3B 8 157 52 36
Octal 352 51 140 0 122 73 10 527 122 66
Binary 11101010 101001 1100000 0 1010010 111011 1000 101010111 1010010 110110

Color Harmonies of #EA2960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2960

Black with #EA2960

Text Example


Text Example

White with #EA2960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2960; }

 p { color: rgb(234,41,96); }

 H1.HeaderClassName
 {
   color: #EA2960;
 }
 .AnyTagClassName
 {
   color: #EA2960;
 }
</style>

background-color css

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

 a { background-color: rgb(234,41,96); }

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

border-color css

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

 span { border-color: rgb(234,41,96); }

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