Html Css Color HEX #EF1279 Ruby

📋 copy color: '#EF1279'

red 239 ◦ green 18 ◦ blue 121

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

Shades of Ruby #EF1279

Tints of Ruby #EF1279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.76%

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

R = 63.23%
G = 4.76%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF1279 (or 0xEF1279) is known color: Ruby. HEX triplet: EF, 12 and 79. RGB value is (239,18,121). Sum of RGB (Red+Green+Blue) = 239+18+121=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1279 is #10ED86. Grayscale: #5F5F5F. Windows color (decimal): -1109383 or 7934703. OLE color: 7934703.

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

Color convert

RGB 239 18 121 -
CMYK 0 0.92 0.49 0.06
HSL 332.04º 0.87% 0.5% -
HSV(B) 332.04º 0.92% 0.94% -
XYZ 39.26 20.16 19.91 -
YUV 95.82 142.22 230.12 -
System Red Green Blue C M Y K H S L
Decimal 239 18 121 0 0.92 0.49 0.06 332.04 0.87 0.5
Hex EF 12 79 0 5C 31 6 14C 57 32
Octal 357 22 171 0 134 61 6 514 127 62
Binary 11101111 10010 1111001 0 1011100 110001 110 101001100 1010111 110010

Color Harmonies of #EF1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1279

Black with #EF1279

Text Example


Text Example

White with #EF1279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1279; }

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

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

background-color css

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

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

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

border-color css

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

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

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