Html Css Color HEX #EB196C Ruby

📋 copy color: '#EB196C'

red 235 ◦ green 25 ◦ blue 108

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

Shades of Ruby #EB196C

Tints of Ruby #EB196C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.79%

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

R = 63.86%
G = 6.79%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB196C (or 0xEB196C) is known color: Ruby. HEX triplet: EB, 19 and 6C. RGB value is (235,25,108). Sum of RGB (Red+Green+Blue) = 235+25+108=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB196C is #14E693. Grayscale: #616161. Windows color (decimal): -1369748 or 7084523. OLE color: 7084523.

HSL color Cylindrical-coordinate representation of color #EB196C: hue angle of 336.29º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB196C is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 25 108 -
CMYK 0 0.89 0.54 0.08
HSL 336.29º 0.84% 0.51% -
HSV(B) 336.29º 0.89% 0.92% -
XYZ 37.32 19.44 15.97 -
YUV 97.25 134.07 226.25 -
System Red Green Blue C M Y K H S L
Decimal 235 25 108 0 0.89 0.54 0.08 336.29 0.84 0.51
Hex EB 19 6C 0 59 36 8 150 54 33
Octal 353 31 154 0 131 66 10 520 124 63
Binary 11101011 11001 1101100 0 1011001 110110 1000 101010000 1010100 110011

Color Harmonies of #EB196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB196C

Black with #EB196C

Text Example


Text Example

White with #EB196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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