Html Css Color HEX #EF1177 Ruby

📋 copy color: '#EF1177'

red 239 ◦ green 17 ◦ blue 119

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

Shades of Ruby #EF1177

Tints of Ruby #EF1177

RGB

 RED value IS 239 (93.75% from 255) = 63.73%

 GREEN value IS 17 (7.03% from 255) = 4.53%

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

R = 63.73%
G = 4.53%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF1177 (or 0xEF1177) is known color: Ruby. HEX triplet: EF, 11 and 77. RGB value is (239,17,119). Sum of RGB (Red+Green+Blue) = 239+17+119=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1177 is #10EE88. Grayscale: #5E5E5E. Windows color (decimal): -1109641 or 7803375. OLE color: 7803375.

HSL color Cylindrical-coordinate representation of color #EF1177: hue angle of 332.43º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1177 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 17 119 -
CMYK 0 0.93 0.50 0.06
HSL 332.43º 0.87% 0.5% -
HSV(B) 332.43º 0.93% 0.94% -
XYZ 39.13 20.08 19.27 -
YUV 95.01 141.55 230.71 -
System Red Green Blue C M Y K H S L
Decimal 239 17 119 0 0.93 0.50 0.06 332.43 0.87 0.5
Hex EF 11 77 0 5D 32 6 14C 57 32
Octal 357 21 167 0 135 62 6 514 127 62
Binary 11101111 10001 1110111 0 1011101 110010 110 101001100 1010111 110010

Color Harmonies of #EF1177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1177

Black with #EF1177

Text Example


Text Example

White with #EF1177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1177; }

 p { color: rgb(239,17,119); }

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

background-color css

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

 a { background-color: rgb(239,17,119); }

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

border-color css

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

 span { border-color: rgb(239,17,119); }

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