Html Css Color HEX #EB196D Ruby

📋 copy color: '#EB196D'

red 235 ◦ green 25 ◦ blue 109

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

Shades of Ruby #EB196D

Tints of Ruby #EB196D

RGB

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

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

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

R = 63.69%
G = 6.78%
B = 29.54%

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

#EB196D (or 0xEB196D) is known color: Ruby. HEX triplet: EB, 19 and 6D. RGB value is (235,25,109). Sum of RGB (Red+Green+Blue) = 235+25+109=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB196D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB196D is #14E692. Grayscale: #616161. Windows color (decimal): -1369747 or 7150059. OLE color: 7150059.

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

Color convert

RGB 235 25 109 -
CMYK 0 0.89 0.54 0.08
HSL 336º 0.84% 0.51% -
HSV(B) 336º 0.89% 0.92% -
XYZ 37.37 19.46 16.25 -
YUV 97.37 134.57 226.17 -
System Red Green Blue C M Y K H S L
Decimal 235 25 109 0 0.89 0.54 0.08 336 0.84 0.51
Hex EB 19 6D 0 59 36 8 150 54 33
Octal 353 31 155 0 131 66 10 520 124 63
Binary 11101011 11001 1101101 0 1011001 110110 1000 101010000 1010100 110011

Color Harmonies of #EB196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB196D

Black with #EB196D

Text Example


Text Example

White with #EB196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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