Html Css Color HEX #EF1761 Ruby

📋 copy color: '#EF1761'

red 239 ◦ green 23 ◦ blue 97

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

Shades of Ruby #EF1761

Tints of Ruby #EF1761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.02%

R = 66.57%
G = 6.41%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF1761 (or 0xEF1761) is known color: Ruby. HEX triplet: EF, 17 and 61. RGB value is (239,23,97). Sum of RGB (Red+Green+Blue) = 239+23+97=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1761 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1761 is #10E89E. Grayscale: #5F5F5F. Windows color (decimal): -1108127 or 6363119. OLE color: 6363119.

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

Color convert

RGB 239 23 97 -
CMYK 0 0.90 0.59 0.06
HSL 339.44º 0.87% 0.51% -
HSV(B) 339.44º 0.9% 0.94% -
XYZ 38.06 19.83 13.13 -
YUV 96.02 128.56 229.98 -
System Red Green Blue C M Y K H S L
Decimal 239 23 97 0 0.90 0.59 0.06 339.44 0.87 0.51
Hex EF 17 61 0 5A 3B 6 153 57 33
Octal 357 27 141 0 132 73 6 523 127 63
Binary 11101111 10111 1100001 0 1011010 111011 110 101010011 1010111 110011

Color Harmonies of #EF1761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1761

Black with #EF1761

Text Example


Text Example

White with #EF1761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1761; }

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

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

background-color css

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

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

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

border-color css

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

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

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