Html Css Color HEX #EB318C Deep Cerise

📋 copy color: '#EB318C'

red 235 ◦ green 49 ◦ blue 140

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

Shades of Deep Cerise #EB318C

Tints of Deep Cerise #EB318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 55.42%
G = 11.56%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB318C (or 0xEB318C) is known color: Deep Cerise. HEX triplet: EB, 31 and 8C. RGB value is (235,49,140). Sum of RGB (Red+Green+Blue) = 235+49+140=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB318C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB318C is #14CE73. Grayscale: #727272. Windows color (decimal): -1363572 or 9187819. OLE color: 9187819.

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

Color convert

RGB 235 49 140 -
CMYK 0 0.79 0.40 0.08
HSL 330.65º 0.82% 0.56% -
HSV(B) 330.65º 0.79% 0.92% -
XYZ 40.09 21.75 26.9 -
YUV 114.99 142.12 213.6 -
System Red Green Blue C M Y K H S L
Decimal 235 49 140 0 0.79 0.40 0.08 330.65 0.82 0.56
Hex EB 31 8C 0 4F 28 8 14B 52 38
Octal 353 61 214 0 117 50 10 513 122 70
Binary 11101011 110001 10001100 0 1001111 101000 1000 101001011 1010010 111000

Color Harmonies of #EB318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB318C

Black with #EB318C

Text Example


Text Example

White with #EB318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB318C; }

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

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

background-color css

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

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

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

border-color css

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

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

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