Html Css Color HEX #EB377C Deep Cerise

📋 copy color: '#EB377C'

red 235 ◦ green 55 ◦ blue 124

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

Shades of Deep Cerise #EB377C

Tints of Deep Cerise #EB377C

RGB

 RED value IS 235 (92.19% from 255) = 56.76%

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

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

R = 56.76%
G = 13.29%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB377C (or 0xEB377C) is known color: Deep Cerise. HEX triplet: EB, 37 and 7C. RGB value is (235,55,124). Sum of RGB (Red+Green+Blue) = 235+55+124=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB377C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB377C is #14C883. Grayscale: #747474. Windows color (decimal): -1362052 or 8140779. OLE color: 8140779.

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

Color convert

RGB 235 55 124 -
CMYK 0 0.77 0.47 0.08
HSL 337º 0.82% 0.57% -
HSV(B) 337º 0.77% 0.92% -
XYZ 39.27 21.85 21.22 -
YUV 116.69 132.13 212.39 -
System Red Green Blue C M Y K H S L
Decimal 235 55 124 0 0.77 0.47 0.08 337 0.82 0.57
Hex EB 37 7C 0 4D 2F 8 151 52 39
Octal 353 67 174 0 115 57 10 521 122 71
Binary 11101011 110111 1111100 0 1001101 101111 1000 101010001 1010010 111001

Color Harmonies of #EB377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB377C

Black with #EB377C

Text Example


Text Example

White with #EB377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB377C; }

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

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

background-color css

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

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

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

border-color css

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

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

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