Html Css Color HEX #EF1461 Ruby

📋 copy color: '#EF1461'

red 239 ◦ green 20 ◦ blue 97

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

Shades of Ruby #EF1461

Tints of Ruby #EF1461

RGB

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

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

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

R = 67.13%
G = 5.62%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EF1461 (or 0xEF1461) is known color: Ruby. HEX triplet: EF, 14 and 61. RGB value is (239,20,97). Sum of RGB (Red+Green+Blue) = 239+20+97=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1461 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1461 is #10EB9E. Grayscale: #5E5E5E. Windows color (decimal): -1108895 or 6362351. OLE color: 6362351.

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

Color convert

RGB 239 20 97 -
CMYK 0 0.92 0.59 0.06
HSL 338.9º 0.87% 0.51% -
HSV(B) 338.9º 0.92% 0.94% -
XYZ 38 19.71 13.11 -
YUV 94.26 129.55 231.24 -
System Red Green Blue C M Y K H S L
Decimal 239 20 97 0 0.92 0.59 0.06 338.9 0.87 0.51
Hex EF 14 61 0 5C 3B 6 153 57 33
Octal 357 24 141 0 134 73 6 523 127 63
Binary 11101111 10100 1100001 0 1011100 111011 110 101010011 1010111 110011

Color Harmonies of #EF1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1461

Black with #EF1461

Text Example


Text Example

White with #EF1461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1461; }

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

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

background-color css

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

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

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

border-color css

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

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

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