Html Css Color HEX #EA4760 Cerise

📋 copy color: '#EA4760'

red 234 ◦ green 71 ◦ blue 96

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

Shades of Cerise #EA4760

Tints of Cerise #EA4760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.71%

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

R = 58.35%
G = 17.71%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA4760 (or 0xEA4760) is known color: Cerise. HEX triplet: EA, 47 and 60. RGB value is (234,71,96). Sum of RGB (Red+Green+Blue) = 234+71+96=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4760 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4760 is #15B89F. Grayscale: #7A7A7A. Windows color (decimal): -1423520 or 6309866. OLE color: 6309866.

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

Color convert

RGB 234 71 96 -
CMYK 0 0.70 0.59 0.08
HSL 350.8º 0.8% 0.6% -
HSV(B) 350.8º 0.7% 0.92% -
XYZ 38.3 22.84 13.46 -
YUV 122.59 113 207.47 -
System Red Green Blue C M Y K H S L
Decimal 234 71 96 0 0.70 0.59 0.08 350.8 0.8 0.6
Hex EA 47 60 0 46 3B 8 15F 50 3C
Octal 352 107 140 0 106 73 10 537 120 74
Binary 11101010 1000111 1100000 0 1000110 111011 1000 101011111 1010000 111100

Color Harmonies of #EA4760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4760

Black with #EA4760

Text Example


Text Example

White with #EA4760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4760; }

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

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

background-color css

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

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

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

border-color css

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

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

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