Html Css Color HEX #EF1377 Ruby

📋 copy color: '#EF1377'

red 239 ◦ green 19 ◦ blue 119

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

Shades of Ruby #EF1377

Tints of Ruby #EF1377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.04%

 BLUE value IS 119 (46.88% from 255) = 31.56%

R = 63.4%
G = 5.04%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF1377 (or 0xEF1377) is known color: Ruby. HEX triplet: EF, 13 and 77. RGB value is (239,19,119). Sum of RGB (Red+Green+Blue) = 239+19+119=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1377 is #10EC88. Grayscale: #606060. Windows color (decimal): -1109129 or 7803887. OLE color: 7803887.

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

Color convert

RGB 239 19 119 -
CMYK 0 0.92 0.50 0.06
HSL 332.73º 0.87% 0.51% -
HSV(B) 332.73º 0.92% 0.94% -
XYZ 39.16 20.15 19.28 -
YUV 96.18 140.89 229.87 -
System Red Green Blue C M Y K H S L
Decimal 239 19 119 0 0.92 0.50 0.06 332.73 0.87 0.51
Hex EF 13 77 0 5C 32 6 14D 57 33
Octal 357 23 167 0 134 62 6 515 127 63
Binary 11101111 10011 1110111 0 1011100 110010 110 101001101 1010111 110011

Color Harmonies of #EF1377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1377

Black with #EF1377

Text Example


Text Example

White with #EF1377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1377; }

 p { color: rgb(239,19,119); }

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

background-color css

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

 a { background-color: rgb(239,19,119); }

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

border-color css

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

 span { border-color: rgb(239,19,119); }

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