Html Css Color HEX #EF1270 Ruby

📋 copy color: '#EF1270'

red 239 ◦ green 18 ◦ blue 112

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

Shades of Ruby #EF1270

Tints of Ruby #EF1270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.35%

R = 64.77%
G = 4.88%
B = 30.35%

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

#EF1270 (or 0xEF1270) is known color: Ruby. HEX triplet: EF, 12 and 70. RGB value is (239,18,112). Sum of RGB (Red+Green+Blue) = 239+18+112=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1270 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1270 is #10ED8F. Grayscale: #5E5E5E. Windows color (decimal): -1109392 or 7344879. OLE color: 7344879.

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

Color convert

RGB 239 18 112 -
CMYK 0 0.92 0.53 0.06
HSL 334.48º 0.87% 0.5% -
HSV(B) 334.48º 0.92% 0.94% -
XYZ 38.74 19.95 17.14 -
YUV 94.8 137.72 230.86 -
System Red Green Blue C M Y K H S L
Decimal 239 18 112 0 0.92 0.53 0.06 334.48 0.87 0.5
Hex EF 12 70 0 5C 35 6 14E 57 32
Octal 357 22 160 0 134 65 6 516 127 62
Binary 11101111 10010 1110000 0 1011100 110101 110 101001110 1010111 110010

Color Harmonies of #EF1270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1270

Black with #EF1270

Text Example


Text Example

White with #EF1270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1270; }

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

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

background-color css

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

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

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

border-color css

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

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

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