Html Css Color HEX #EB316C Cerise

📋 copy color: '#EB316C'

red 235 ◦ green 49 ◦ blue 108

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

Shades of Cerise #EB316C

Tints of Cerise #EB316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.55%

R = 59.95%
G = 12.5%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB316C (or 0xEB316C) is known color: Cerise. HEX triplet: EB, 31 and 6C. RGB value is (235,49,108). Sum of RGB (Red+Green+Blue) = 235+49+108=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB316C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB316C is #14CE93. Grayscale: #6F6F6F. Windows color (decimal): -1363604 or 7090667. OLE color: 7090667.

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

Color convert

RGB 235 49 108 -
CMYK 0 0.79 0.54 0.08
HSL 340.97º 0.82% 0.56% -
HSV(B) 340.97º 0.79% 0.92% -
XYZ 38.07 20.94 16.22 -
YUV 111.34 126.12 216.2 -
System Red Green Blue C M Y K H S L
Decimal 235 49 108 0 0.79 0.54 0.08 340.97 0.82 0.56
Hex EB 31 6C 0 4F 36 8 155 52 38
Octal 353 61 154 0 117 66 10 525 122 70
Binary 11101011 110001 1101100 0 1001111 110110 1000 101010101 1010010 111000

Color Harmonies of #EB316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB316C

Black with #EB316C

Text Example


Text Example

White with #EB316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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