Html Css Color HEX #EF1271 Ruby

📋 copy color: '#EF1271'

red 239 ◦ green 18 ◦ blue 113

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

Shades of Ruby #EF1271

Tints of Ruby #EF1271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 64.59%
G = 4.86%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF1271 (or 0xEF1271) is known color: Ruby. HEX triplet: EF, 12 and 71. RGB value is (239,18,113). Sum of RGB (Red+Green+Blue) = 239+18+113=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1271 is #10ED8E. Grayscale: #5E5E5E. Windows color (decimal): -1109391 or 7410415. OLE color: 7410415.

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

Color convert

RGB 239 18 113 -
CMYK 0 0.92 0.53 0.06
HSL 334.21º 0.87% 0.5% -
HSV(B) 334.21º 0.92% 0.94% -
XYZ 38.79 19.98 17.43 -
YUV 94.91 138.22 230.78 -
System Red Green Blue C M Y K H S L
Decimal 239 18 113 0 0.92 0.53 0.06 334.21 0.87 0.5
Hex EF 12 71 0 5C 35 6 14E 57 32
Octal 357 22 161 0 134 65 6 516 127 62
Binary 11101111 10010 1110001 0 1011100 110101 110 101001110 1010111 110010

Color Harmonies of #EF1271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1271

Black with #EF1271

Text Example


Text Example

White with #EF1271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1271; }

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

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

background-color css

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

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

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

border-color css

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

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

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