Html Css Color HEX #EA377B Deep Cerise

📋 copy color: '#EA377B'

red 234 ◦ green 55 ◦ blue 123

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

Shades of Deep Cerise #EA377B

Tints of Deep Cerise #EA377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 56.8%
G = 13.35%
B = 29.85%

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

#EA377B (or 0xEA377B) is known color: Deep Cerise. HEX triplet: EA, 37 and 7B. RGB value is (234,55,123). Sum of RGB (Red+Green+Blue) = 234+55+123=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA377B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA377B is #15C884. Grayscale: #747474. Windows color (decimal): -1427589 or 8075242. OLE color: 8075242.

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

Color convert

RGB 234 55 123 -
CMYK 0 0.76 0.47 0.08
HSL 337.21º 0.81% 0.57% -
HSV(B) 337.21º 0.76% 0.92% -
XYZ 38.87 21.65 20.87 -
YUV 116.27 131.8 211.97 -
System Red Green Blue C M Y K H S L
Decimal 234 55 123 0 0.76 0.47 0.08 337.21 0.81 0.57
Hex EA 37 7B 0 4C 2F 8 151 51 39
Octal 352 67 173 0 114 57 10 521 121 71
Binary 11101010 110111 1111011 0 1001100 101111 1000 101010001 1010001 111001

Color Harmonies of #EA377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA377B

Black with #EA377B

Text Example


Text Example

White with #EA377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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