Html Css Color HEX #EB3168 Cerise

📋 copy color: '#EB3168'

red 235 ◦ green 49 ◦ blue 104

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

Shades of Cerise #EB3168

Tints of Cerise #EB3168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.8%

R = 60.57%
G = 12.63%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB3168 (or 0xEB3168) is known color: Cerise. HEX triplet: EB, 31 and 68. RGB value is (235,49,104). Sum of RGB (Red+Green+Blue) = 235+49+104=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3168 is #14CE97. Grayscale: #6E6E6E. Windows color (decimal): -1363608 or 6828523. OLE color: 6828523.

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

Color convert

RGB 235 49 104 -
CMYK 0 0.79 0.56 0.08
HSL 342.26º 0.82% 0.56% -
HSV(B) 342.26º 0.79% 0.92% -
XYZ 37.86 20.86 15.13 -
YUV 110.88 124.12 216.53 -
System Red Green Blue C M Y K H S L
Decimal 235 49 104 0 0.79 0.56 0.08 342.26 0.82 0.56
Hex EB 31 68 0 4F 38 8 156 52 38
Octal 353 61 150 0 117 70 10 526 122 70
Binary 11101011 110001 1101000 0 1001111 111000 1000 101010110 1010010 111000

Color Harmonies of #EB3168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3168

Black with #EB3168

Text Example


Text Example

White with #EB3168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3168; }

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

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

background-color css

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

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

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

border-color css

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

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

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