Html Css Color HEX #EF1771 Ruby

📋 copy color: '#EF1771'

red 239 ◦ green 23 ◦ blue 113

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

Shades of Ruby #EF1771

Tints of Ruby #EF1771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.13%

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 63.73%
G = 6.13%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF1771 (or 0xEF1771) is known color: Ruby. HEX triplet: EF, 17 and 71. RGB value is (239,23,113). Sum of RGB (Red+Green+Blue) = 239+23+113=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1771 is #10E88E. Grayscale: #616161. Windows color (decimal): -1108111 or 7411695. OLE color: 7411695.

HSL color Cylindrical-coordinate representation of color #EF1771: hue angle of 335º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1771 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 23 113 -
CMYK 0 0.90 0.53 0.06
HSL 335º 0.87% 0.51% -
HSV(B) 335º 0.9% 0.94% -
XYZ 38.88 20.16 17.46 -
YUV 97.84 136.56 228.68 -
System Red Green Blue C M Y K H S L
Decimal 239 23 113 0 0.90 0.53 0.06 335 0.87 0.51
Hex EF 17 71 0 5A 35 6 14F 57 33
Octal 357 27 161 0 132 65 6 517 127 63
Binary 11101111 10111 1110001 0 1011010 110101 110 101001111 1010111 110011

Color Harmonies of #EF1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1771

Black with #EF1771

Text Example


Text Example

White with #EF1771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1771; }

 p { color: rgb(239,23,113); }

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

background-color css

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

 a { background-color: rgb(239,23,113); }

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

border-color css

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

 span { border-color: rgb(239,23,113); }

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