Html Css Color HEX #EB318B Deep Cerise

📋 copy color: '#EB318B'

red 235 ◦ green 49 ◦ blue 139

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

Shades of Deep Cerise #EB318B

Tints of Deep Cerise #EB318B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.58%

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

R = 55.56%
G = 11.58%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB318B (or 0xEB318B) is known color: Deep Cerise. HEX triplet: EB, 31 and 8B. RGB value is (235,49,139). Sum of RGB (Red+Green+Blue) = 235+49+139=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB318B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB318B is #14CE74. Grayscale: #727272. Windows color (decimal): -1363573 or 9122283. OLE color: 9122283.

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

Color convert

RGB 235 49 139 -
CMYK 0 0.79 0.41 0.08
HSL 330.97º 0.82% 0.56% -
HSV(B) 330.97º 0.79% 0.92% -
XYZ 40.02 21.72 26.51 -
YUV 114.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 235 49 139 0 0.79 0.41 0.08 330.97 0.82 0.56
Hex EB 31 8B 0 4F 29 8 14B 52 38
Octal 353 61 213 0 117 51 10 513 122 70
Binary 11101011 110001 10001011 0 1001111 101001 1000 101001011 1010010 111000

Color Harmonies of #EB318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB318B

Black with #EB318B

Text Example


Text Example

White with #EB318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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