Html Css Color HEX #EB1777 Ruby

📋 copy color: '#EB1777'

red 235 ◦ green 23 ◦ blue 119

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

Shades of Ruby #EB1777

Tints of Ruby #EB1777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.1%

 BLUE value IS 119 (46.88% from 255) = 31.56%

R = 62.33%
G = 6.1%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB1777 (or 0xEB1777) is known color: Ruby. HEX triplet: EB, 17 and 77. RGB value is (235,23,119). Sum of RGB (Red+Green+Blue) = 235+23+119=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1777 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1777 is #14E888. Grayscale: #616161. Windows color (decimal): -1370249 or 7804907. OLE color: 7804907.

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

Color convert

RGB 235 23 119 -
CMYK 0 0.90 0.49 0.08
HSL 332.83º 0.84% 0.51% -
HSV(B) 332.83º 0.9% 0.92% -
XYZ 37.9 19.61 19.24 -
YUV 97.33 140.24 226.19 -
System Red Green Blue C M Y K H S L
Decimal 235 23 119 0 0.90 0.49 0.08 332.83 0.84 0.51
Hex EB 17 77 0 5A 31 8 14D 54 33
Octal 353 27 167 0 132 61 10 515 124 63
Binary 11101011 10111 1110111 0 1011010 110001 1000 101001101 1010100 110011

Color Harmonies of #EB1777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1777

Black with #EB1777

Text Example


Text Example

White with #EB1777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1777; }

 p { color: rgb(235,23,119); }

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

background-color css

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

 a { background-color: rgb(235,23,119); }

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

border-color css

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

 span { border-color: rgb(235,23,119); }

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