Html Css Color HEX #EB378E Deep Cerise

📋 copy color: '#EB378E'

red 235 ◦ green 55 ◦ blue 142

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

Shades of Deep Cerise #EB378E

Tints of Deep Cerise #EB378E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.87%

R = 54.4%
G = 12.73%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB378E (or 0xEB378E) is known color: Deep Cerise. HEX triplet: EB, 37 and 8E. RGB value is (235,55,142). Sum of RGB (Red+Green+Blue) = 235+55+142=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB378E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB378E is #14C871. Grayscale: #767676. Windows color (decimal): -1362034 or 9320427. OLE color: 9320427.

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

Color convert

RGB 235 55 142 -
CMYK 0 0.77 0.40 0.08
HSL 331º 0.82% 0.57% -
HSV(B) 331º 0.77% 0.92% -
XYZ 40.51 22.35 27.77 -
YUV 118.74 141.13 210.93 -
System Red Green Blue C M Y K H S L
Decimal 235 55 142 0 0.77 0.40 0.08 331 0.82 0.57
Hex EB 37 8E 0 4D 28 8 14B 52 39
Octal 353 67 216 0 115 50 10 513 122 71
Binary 11101011 110111 10001110 0 1001101 101000 1000 101001011 1010010 111001

Color Harmonies of #EB378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB378E

Black with #EB378E

Text Example


Text Example

White with #EB378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB378E; }

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

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

background-color css

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

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

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

border-color css

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

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

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