Html Css Color HEX #EA2760 Cerise

📋 copy color: '#EA2760'

red 234 ◦ green 39 ◦ blue 96

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

Shades of Cerise #EA2760

Tints of Cerise #EA2760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.57%

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

R = 63.41%
G = 10.57%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA2760 (or 0xEA2760) is known color: Cerise. HEX triplet: EA, 27 and 60. RGB value is (234,39,96). Sum of RGB (Red+Green+Blue) = 234+39+96=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2760 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2760 is #15D89F. Grayscale: #676767. Windows color (decimal): -1431712 or 6301674. OLE color: 6301674.

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

Color convert

RGB 234 39 96 -
CMYK 0 0.83 0.59 0.08
HSL 342.46º 0.82% 0.54% -
HSV(B) 342.46º 0.83% 0.92% -
XYZ 36.77 19.79 12.95 -
YUV 103.8 123.6 220.87 -
System Red Green Blue C M Y K H S L
Decimal 234 39 96 0 0.83 0.59 0.08 342.46 0.82 0.54
Hex EA 27 60 0 53 3B 8 156 52 36
Octal 352 47 140 0 123 73 10 526 122 66
Binary 11101010 100111 1100000 0 1010011 111011 1000 101010110 1010010 110110

Color Harmonies of #EA2760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2760

Black with #EA2760

Text Example


Text Example

White with #EA2760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2760; }

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

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

background-color css

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

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

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

border-color css

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

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

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