Html Css Color HEX #EF1076 Ruby

📋 copy color: '#EF1076'

red 239 ◦ green 16 ◦ blue 118

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

Shades of Ruby #EF1076

Tints of Ruby #EF1076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.29%

 BLUE value IS 118 (46.48% from 255) = 31.64%

R = 64.08%
G = 4.29%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF1076 (or 0xEF1076) is known color: Ruby. HEX triplet: EF, 10 and 76. RGB value is (239,16,118). Sum of RGB (Red+Green+Blue) = 239+16+118=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1076 is #10EF89. Grayscale: #5E5E5E. Windows color (decimal): -1109898 or 7737583. OLE color: 7737583.

HSL color Cylindrical-coordinate representation of color #EF1076: hue angle of 332.56º 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 #EF1076 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 16 118 -
CMYK 0 0.93 0.51 0.06
HSL 332.56º 0.87% 0.5% -
HSV(B) 332.56º 0.93% 0.94% -
XYZ 39.05 20.03 18.95 -
YUV 94.31 141.38 231.21 -
System Red Green Blue C M Y K H S L
Decimal 239 16 118 0 0.93 0.51 0.06 332.56 0.87 0.5
Hex EF 10 76 0 5D 33 6 14D 57 32
Octal 357 20 166 0 135 63 6 515 127 62
Binary 11101111 10000 1110110 0 1011101 110011 110 101001101 1010111 110010

Color Harmonies of #EF1076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1076

Black with #EF1076

Text Example


Text Example

White with #EF1076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1076; }

 p { color: rgb(239,16,118); }

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

background-color css

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

 a { background-color: rgb(239,16,118); }

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

border-color css

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

 span { border-color: rgb(239,16,118); }

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