Html Css Color HEX #EF1376 Ruby

📋 copy color: '#EF1376'

red 239 ◦ green 19 ◦ blue 118

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

Shades of Ruby #EF1376

Tints of Ruby #EF1376

RGB

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

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

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

R = 63.56%
G = 5.05%
B = 31.38%

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

#EF1376 (or 0xEF1376) is known color: Ruby. HEX triplet: EF, 13 and 76. RGB value is (239,19,118). Sum of RGB (Red+Green+Blue) = 239+19+118=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1376 is #10EC89. Grayscale: #5F5F5F. Windows color (decimal): -1109130 or 7738351. OLE color: 7738351.

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

Color convert

RGB 239 19 118 -
CMYK 0 0.92 0.51 0.06
HSL 333º 0.87% 0.51% -
HSV(B) 333º 0.92% 0.94% -
XYZ 39.1 20.12 18.96 -
YUV 96.07 140.39 229.95 -
System Red Green Blue C M Y K H S L
Decimal 239 19 118 0 0.92 0.51 0.06 333 0.87 0.51
Hex EF 13 76 0 5C 33 6 14D 57 33
Octal 357 23 166 0 134 63 6 515 127 63
Binary 11101111 10011 1110110 0 1011100 110011 110 101001101 1010111 110011

Color Harmonies of #EF1376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1376

Black with #EF1376

Text Example


Text Example

White with #EF1376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1376; }

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

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

background-color css

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

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

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

border-color css

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

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

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