Html Css Color HEX #EF1460 Ruby

📋 copy color: '#EF1460'

red 239 ◦ green 20 ◦ blue 96

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

Shades of Ruby #EF1460

Tints of Ruby #EF1460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.04%

R = 67.32%
G = 5.63%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF1460 (or 0xEF1460) is known color: Ruby. HEX triplet: EF, 14 and 60. RGB value is (239,20,96). Sum of RGB (Red+Green+Blue) = 239+20+96=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1460 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1460 is #10EB9F. Grayscale: #5E5E5E. Windows color (decimal): -1108896 or 6296815. OLE color: 6296815.

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

Color convert

RGB 239 20 96 -
CMYK 0 0.92 0.60 0.06
HSL 339.18º 0.87% 0.51% -
HSV(B) 339.18º 0.92% 0.94% -
XYZ 37.96 19.7 12.87 -
YUV 94.15 129.05 231.32 -
System Red Green Blue C M Y K H S L
Decimal 239 20 96 0 0.92 0.60 0.06 339.18 0.87 0.51
Hex EF 14 60 0 5C 3C 6 153 57 33
Octal 357 24 140 0 134 74 6 523 127 63
Binary 11101111 10100 1100000 0 1011100 111100 110 101010011 1010111 110011

Color Harmonies of #EF1460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1460

Black with #EF1460

Text Example


Text Example

White with #EF1460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1460; }

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

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

background-color css

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

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

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

border-color css

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

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

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