Html Css Color HEX #EB378B Deep Cerise

📋 copy color: '#EB378B'

red 235 ◦ green 55 ◦ blue 139

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

Shades of Deep Cerise #EB378B

Tints of Deep Cerise #EB378B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.4%

R = 54.78%
G = 12.82%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB378B (or 0xEB378B) is known color: Deep Cerise. HEX triplet: EB, 37 and 8B. RGB value is (235,55,139). Sum of RGB (Red+Green+Blue) = 235+55+139=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB378B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB378B is #14C874. Grayscale: #767676. Windows color (decimal): -1362037 or 9123819. OLE color: 9123819.

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

Color convert

RGB 235 55 139 -
CMYK 0 0.77 0.41 0.08
HSL 332º 0.82% 0.57% -
HSV(B) 332º 0.77% 0.92% -
XYZ 40.29 22.26 26.6 -
YUV 118.4 139.63 211.17 -
System Red Green Blue C M Y K H S L
Decimal 235 55 139 0 0.77 0.41 0.08 332 0.82 0.57
Hex EB 37 8B 0 4D 29 8 14C 52 39
Octal 353 67 213 0 115 51 10 514 122 71
Binary 11101011 110111 10001011 0 1001101 101001 1000 101001100 1010010 111001

Color Harmonies of #EB378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB378B

Black with #EB378B

Text Example


Text Example

White with #EB378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB378B; }

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

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

background-color css

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

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

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

border-color css

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

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

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