Html Css Color HEX #EA377C Deep Cerise

📋 copy color: '#EA377C'

red 234 ◦ green 55 ◦ blue 124

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

Shades of Deep Cerise #EA377C

Tints of Deep Cerise #EA377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.32%

 BLUE value IS 124 (48.83% from 255) = 30.02%

R = 56.66%
G = 13.32%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA377C (or 0xEA377C) is known color: Deep Cerise. HEX triplet: EA, 37 and 7C. RGB value is (234,55,124). Sum of RGB (Red+Green+Blue) = 234+55+124=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA377C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA377C is #15C883. Grayscale: #747474. Windows color (decimal): -1427588 or 8140778. OLE color: 8140778.

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

Color convert

RGB 234 55 124 -
CMYK 0 0.76 0.47 0.08
HSL 336.87º 0.81% 0.57% -
HSV(B) 336.87º 0.76% 0.92% -
XYZ 38.94 21.68 21.2 -
YUV 116.39 132.3 211.89 -
System Red Green Blue C M Y K H S L
Decimal 234 55 124 0 0.76 0.47 0.08 336.87 0.81 0.57
Hex EA 37 7C 0 4C 2F 8 151 51 39
Octal 352 67 174 0 114 57 10 521 121 71
Binary 11101010 110111 1111100 0 1001100 101111 1000 101010001 1010001 111001

Color Harmonies of #EA377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA377C

Black with #EA377C

Text Example


Text Example

White with #EA377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA377C; }

 p { color: rgb(234,55,124); }

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

background-color css

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

 a { background-color: rgb(234,55,124); }

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

border-color css

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

 span { border-color: rgb(234,55,124); }

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