Html Css Color HEX #EF1473 Ruby

📋 copy color: '#EF1473'

red 239 ◦ green 20 ◦ blue 115

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

Shades of Ruby #EF1473

Tints of Ruby #EF1473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 63.9%
G = 5.35%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF1473 (or 0xEF1473) is known color: Ruby. HEX triplet: EF, 14 and 73. RGB value is (239,20,115). Sum of RGB (Red+Green+Blue) = 239+20+115=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1473 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1473 is #10EB8C. Grayscale: #606060. Windows color (decimal): -1108877 or 7541999. OLE color: 7541999.

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

Color convert

RGB 239 20 115 -
CMYK 0 0.92 0.52 0.06
HSL 333.97º 0.87% 0.51% -
HSV(B) 333.97º 0.92% 0.94% -
XYZ 38.94 20.09 18.04 -
YUV 96.31 138.55 229.78 -
System Red Green Blue C M Y K H S L
Decimal 239 20 115 0 0.92 0.52 0.06 333.97 0.87 0.51
Hex EF 14 73 0 5C 34 6 14E 57 33
Octal 357 24 163 0 134 64 6 516 127 63
Binary 11101111 10100 1110011 0 1011100 110100 110 101001110 1010111 110011

Color Harmonies of #EF1473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1473

Black with #EF1473

Text Example


Text Example

White with #EF1473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1473; }

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

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

background-color css

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

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

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

border-color css

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

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

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