Html Css Color HEX #EF1970 Ruby

📋 copy color: '#EF1970'

red 239 ◦ green 25 ◦ blue 112

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

Shades of Ruby #EF1970

Tints of Ruby #EF1970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.65%

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

R = 63.56%
G = 6.65%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF1970 (or 0xEF1970) is known color: Ruby. HEX triplet: EF, 19 and 70. RGB value is (239,25,112). Sum of RGB (Red+Green+Blue) = 239+25+112=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1970 is #10E68F. Grayscale: #626262. Windows color (decimal): -1107600 or 7346671. OLE color: 7346671.

HSL color Cylindrical-coordinate representation of color #EF1970: hue angle of 335.61º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1970 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 25 112 -
CMYK 0 0.90 0.53 0.06
HSL 335.61º 0.87% 0.52% -
HSV(B) 335.61º 0.9% 0.94% -
XYZ 38.87 20.22 17.18 -
YUV 98.9 135.4 227.93 -
System Red Green Blue C M Y K H S L
Decimal 239 25 112 0 0.90 0.53 0.06 335.61 0.87 0.52
Hex EF 19 70 0 5A 35 6 150 57 34
Octal 357 31 160 0 132 65 6 520 127 64
Binary 11101111 11001 1110000 0 1011010 110101 110 101010000 1010111 110100

Color Harmonies of #EF1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1970

Black with #EF1970

Text Example


Text Example

White with #EF1970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1970; }

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

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

background-color css

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

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

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

border-color css

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

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

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