Html Css Color HEX #EB0E77 Ruby

📋 copy color: '#EB0E77'

red 235 ◦ green 14 ◦ blue 119

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

Shades of Ruby #EB0E77

Tints of Ruby #EB0E77

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.8%

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

R = 63.86%
G = 3.8%
B = 32.34%

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

#EB0E77 (or 0xEB0E77) is known color: Ruby. HEX triplet: EB, 0E and 77. RGB value is (235,14,119). Sum of RGB (Red+Green+Blue) = 235+14+119=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0E77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0E77 is #14F188. Grayscale: #5B5B5B. Windows color (decimal): -1372553 or 7802603. OLE color: 7802603.

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

Color convert

RGB 235 14 119 -
CMYK 0 0.94 0.49 0.08
HSL 331.49º 0.89% 0.49% -
HSV(B) 331.49º 0.94% 0.92% -
XYZ 37.75 19.31 19.19 -
YUV 92.05 143.22 229.96 -
System Red Green Blue C M Y K H S L
Decimal 235 14 119 0 0.94 0.49 0.08 331.49 0.89 0.49
Hex EB E 77 0 5E 31 8 14B 59 31
Octal 353 16 167 0 136 61 10 513 131 61
Binary 11101011 1110 1110111 0 1011110 110001 1000 101001011 1011001 110001

Color Harmonies of #EB0E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0E77

Black with #EB0E77

Text Example


Text Example

White with #EB0E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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