Html Css Color HEX #EF1479 Ruby

📋 copy color: '#EF1479'

red 239 ◦ green 20 ◦ blue 121

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

Shades of Ruby #EF1479

Tints of Ruby #EF1479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.26%

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

R = 62.89%
G = 5.26%
B = 31.84%

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

#EF1479 (or 0xEF1479) is known color: Ruby. HEX triplet: EF, 14 and 79. RGB value is (239,20,121). Sum of RGB (Red+Green+Blue) = 239+20+121=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1479 is #10EB86. Grayscale: #606060. Windows color (decimal): -1108871 or 7935215. OLE color: 7935215.

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

Color convert

RGB 239 20 121 -
CMYK 0 0.92 0.49 0.06
HSL 332.33º 0.87% 0.51% -
HSV(B) 332.33º 0.92% 0.94% -
XYZ 39.3 20.23 19.92 -
YUV 97 141.55 229.29 -
System Red Green Blue C M Y K H S L
Decimal 239 20 121 0 0.92 0.49 0.06 332.33 0.87 0.51
Hex EF 14 79 0 5C 31 6 14C 57 33
Octal 357 24 171 0 134 61 6 514 127 63
Binary 11101111 10100 1111001 0 1011100 110001 110 101001100 1010111 110011

Color Harmonies of #EF1479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1479

Black with #EF1479

Text Example


Text Example

White with #EF1479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1479; }

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

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

background-color css

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

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

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

border-color css

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

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

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