Html Css Color HEX #EB0977 Ruby

📋 copy color: '#EB0977'

red 235 ◦ green 9 ◦ blue 119

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

Shades of Ruby #EB0977

Tints of Ruby #EB0977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.48%

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

R = 64.74%
G = 2.48%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB0977 (or 0xEB0977) is known color: Ruby. HEX triplet: EB, 09 and 77. RGB value is (235,9,119). Sum of RGB (Red+Green+Blue) = 235+9+119=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0977 is #14F688. Grayscale: #585858. Windows color (decimal): -1373833 or 7801323. OLE color: 7801323.

HSL color Cylindrical-coordinate representation of color #EB0977: hue angle of 330.8º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB0977 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 9 119 -
CMYK 0 0.96 0.49 0.08
HSL 330.8º 0.93% 0.48% -
HSV(B) 330.8º 0.96% 0.92% -
XYZ 37.69 19.19 19.17 -
YUV 89.11 144.87 232.06 -
System Red Green Blue C M Y K H S L
Decimal 235 9 119 0 0.96 0.49 0.08 330.8 0.93 0.48
Hex EB 9 77 0 60 31 8 14B 5D 30
Octal 353 11 167 0 140 61 10 513 135 60
Binary 11101011 1001 1110111 0 1100000 110001 1000 101001011 1011101 110000

Color Harmonies of #EB0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0977

Black with #EB0977

Text Example


Text Example

White with #EB0977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0977; }

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

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

background-color css

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

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

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

border-color css

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

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

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