Html Css Color HEX #EB377D Deep Cerise

📋 copy color: '#EB377D'

red 235 ◦ green 55 ◦ blue 125

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

Shades of Deep Cerise #EB377D

Tints of Deep Cerise #EB377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 56.63%
G = 13.25%
B = 30.12%

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

#EB377D (or 0xEB377D) is known color: Deep Cerise. HEX triplet: EB, 37 and 7D. RGB value is (235,55,125). Sum of RGB (Red+Green+Blue) = 235+55+125=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB377D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB377D is #14C882. Grayscale: #747474. Windows color (decimal): -1362051 or 8206315. OLE color: 8206315.

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

Color convert

RGB 235 55 125 -
CMYK 0 0.77 0.47 0.08
HSL 336.67º 0.82% 0.57% -
HSV(B) 336.67º 0.77% 0.92% -
XYZ 39.33 21.88 21.55 -
YUV 116.8 132.63 212.31 -
System Red Green Blue C M Y K H S L
Decimal 235 55 125 0 0.77 0.47 0.08 336.67 0.82 0.57
Hex EB 37 7D 0 4D 2F 8 151 52 39
Octal 353 67 175 0 115 57 10 521 122 71
Binary 11101011 110111 1111101 0 1001101 101111 1000 101010001 1010010 111001

Color Harmonies of #EB377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB377D

Black with #EB377D

Text Example


Text Example

White with #EB377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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