Html Css Color HEX #EB378D Deep Cerise

📋 copy color: '#EB378D'

red 235 ◦ green 55 ◦ blue 141

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

Shades of Deep Cerise #EB378D

Tints of Deep Cerise #EB378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.71%

R = 54.52%
G = 12.76%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB378D (or 0xEB378D) is known color: Deep Cerise. HEX triplet: EB, 37 and 8D. RGB value is (235,55,141). Sum of RGB (Red+Green+Blue) = 235+55+141=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB378D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB378D is #14C872. Grayscale: #767676. Windows color (decimal): -1362035 or 9254891. OLE color: 9254891.

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

Color convert

RGB 235 55 141 -
CMYK 0 0.77 0.4 0.08
HSL 331.33º 0.82% 0.57% -
HSV(B) 331.33º 0.77% 0.92% -
XYZ 40.43 22.32 27.38 -
YUV 118.62 140.63 211.01 -
System Red Green Blue C M Y K H S L
Decimal 235 55 141 0 0.77 0.4 0.08 331.33 0.82 0.57
Hex EB 37 8D 0 4D 28 8 14B 52 39
Octal 353 67 215 0 115 50 10 513 122 71
Binary 11101011 110111 10001101 0 1001101 101000 1000 101001011 1010010 111001

Color Harmonies of #EB378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB378D

Black with #EB378D

Text Example


Text Example

White with #EB378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB378D; }

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

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

background-color css

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

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

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

border-color css

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

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

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