Html Css Color HEX #EB316D Cerise

📋 copy color: '#EB316D'

red 235 ◦ green 49 ◦ blue 109

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

Shades of Cerise #EB316D

Tints of Cerise #EB316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.74%

R = 59.8%
G = 12.47%
B = 27.74%

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

#EB316D (or 0xEB316D) is known color: Cerise. HEX triplet: EB, 31 and 6D. RGB value is (235,49,109). Sum of RGB (Red+Green+Blue) = 235+49+109=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB316D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB316D is #14CE92. Grayscale: #6F6F6F. Windows color (decimal): -1363603 or 7156203. OLE color: 7156203.

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

Color convert

RGB 235 49 109 -
CMYK 0 0.79 0.54 0.08
HSL 340.65º 0.82% 0.56% -
HSV(B) 340.65º 0.79% 0.92% -
XYZ 38.12 20.96 16.51 -
YUV 111.45 126.62 216.12 -
System Red Green Blue C M Y K H S L
Decimal 235 49 109 0 0.79 0.54 0.08 340.65 0.82 0.56
Hex EB 31 6D 0 4F 36 8 155 52 38
Octal 353 61 155 0 117 66 10 525 122 70
Binary 11101011 110001 1101101 0 1001111 110110 1000 101010101 1010010 111000

Color Harmonies of #EB316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB316D

Black with #EB316D

Text Example


Text Example

White with #EB316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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