Html Css Color HEX #EF1979 Ruby

📋 copy color: '#EF1979'

red 239 ◦ green 25 ◦ blue 121

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

Shades of Ruby #EF1979

Tints of Ruby #EF1979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.49%

 BLUE value IS 121 (47.66% from 255) = 31.43%

R = 62.08%
G = 6.49%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF1979 (or 0xEF1979) is known color: Ruby. HEX triplet: EF, 19 and 79. RGB value is (239,25,121). Sum of RGB (Red+Green+Blue) = 239+25+121=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1979 is #10E686. Grayscale: #636363. Windows color (decimal): -1107591 or 7936495. OLE color: 7936495.

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

Color convert

RGB 239 25 121 -
CMYK 0 0.90 0.49 0.06
HSL 333.08º 0.87% 0.52% -
HSV(B) 333.08º 0.9% 0.94% -
XYZ 39.4 20.43 19.96 -
YUV 99.93 139.9 227.19 -
System Red Green Blue C M Y K H S L
Decimal 239 25 121 0 0.90 0.49 0.06 333.08 0.87 0.52
Hex EF 19 79 0 5A 31 6 14D 57 34
Octal 357 31 171 0 132 61 6 515 127 64
Binary 11101111 11001 1111001 0 1011010 110001 110 101001101 1010111 110100

Color Harmonies of #EF1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1979

Black with #EF1979

Text Example


Text Example

White with #EF1979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1979; }

 p { color: rgb(239,25,121); }

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

background-color css

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

 a { background-color: rgb(239,25,121); }

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

border-color css

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

 span { border-color: rgb(239,25,121); }

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