Html Css Color HEX #EF1476 Ruby

📋 copy color: '#EF1476'

red 239 ◦ green 20 ◦ blue 118

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

Shades of Ruby #EF1476

Tints of Ruby #EF1476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 63.4%
G = 5.31%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF1476 (or 0xEF1476) is known color: Ruby. HEX triplet: EF, 14 and 76. RGB value is (239,20,118). Sum of RGB (Red+Green+Blue) = 239+20+118=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1476 is #10EB89. Grayscale: #606060. Windows color (decimal): -1108874 or 7738607. OLE color: 7738607.

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

Color convert

RGB 239 20 118 -
CMYK 0 0.92 0.51 0.06
HSL 333.15º 0.87% 0.51% -
HSV(B) 333.15º 0.92% 0.94% -
XYZ 39.12 20.16 18.97 -
YUV 96.65 140.05 229.53 -
System Red Green Blue C M Y K H S L
Decimal 239 20 118 0 0.92 0.51 0.06 333.15 0.87 0.51
Hex EF 14 76 0 5C 33 6 14D 57 33
Octal 357 24 166 0 134 63 6 515 127 63
Binary 11101111 10100 1110110 0 1011100 110011 110 101001101 1010111 110011

Color Harmonies of #EF1476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1476

Black with #EF1476

Text Example


Text Example

White with #EF1476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1476; }

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

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

background-color css

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

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

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

border-color css

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

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

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