Html Css Color HEX #EB0D77 Ruby

📋 copy color: '#EB0D77'

red 235 ◦ green 13 ◦ blue 119

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

Shades of Ruby #EB0D77

Tints of Ruby #EB0D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.54%

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

R = 64.03%
G = 3.54%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB0D77 (or 0xEB0D77) is known color: Ruby. HEX triplet: EB, 0D and 77. RGB value is (235,13,119). Sum of RGB (Red+Green+Blue) = 235+13+119=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0D77 is #14F288. Grayscale: #5B5B5B. Windows color (decimal): -1372809 or 7802347. OLE color: 7802347.

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

Color convert

RGB 235 13 119 -
CMYK 0 0.94 0.49 0.08
HSL 331.35º 0.9% 0.49% -
HSV(B) 331.35º 0.94% 0.92% -
XYZ 37.73 19.28 19.19 -
YUV 91.46 143.55 230.38 -
System Red Green Blue C M Y K H S L
Decimal 235 13 119 0 0.94 0.49 0.08 331.35 0.9 0.49
Hex EB D 77 0 5E 31 8 14B 5A 31
Octal 353 15 167 0 136 61 10 513 132 61
Binary 11101011 1101 1110111 0 1011110 110001 1000 101001011 1011010 110001

Color Harmonies of #EB0D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0D77

Black with #EB0D77

Text Example


Text Example

White with #EB0D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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