Html Css Color HEX #EF0976 Ruby

📋 copy color: '#EF0976'

red 239 ◦ green 9 ◦ blue 118

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

Shades of Ruby #EF0976

Tints of Ruby #EF0976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.46%

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

R = 65.3%
G = 2.46%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF0976 (or 0xEF0976) is known color: Ruby. HEX triplet: EF, 09 and 76. RGB value is (239,9,118). Sum of RGB (Red+Green+Blue) = 239+9+118=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0976 is #10F689. Grayscale: #595959. Windows color (decimal): -1111690 or 7735791. OLE color: 7735791.

HSL color Cylindrical-coordinate representation of color #EF0976: hue angle of 331.57º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0976 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 118 -
CMYK 0 0.96 0.51 0.06
HSL 331.57º 0.93% 0.49% -
HSV(B) 331.57º 0.96% 0.94% -
XYZ 38.96 19.85 18.92 -
YUV 90.2 143.7 234.14 -
System Red Green Blue C M Y K H S L
Decimal 239 9 118 0 0.96 0.51 0.06 331.57 0.93 0.49
Hex EF 9 76 0 60 33 6 14C 5D 31
Octal 357 11 166 0 140 63 6 514 135 61
Binary 11101111 1001 1110110 0 1100000 110011 110 101001100 1011101 110001

Color Harmonies of #EF0976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0976

Black with #EF0976

Text Example


Text Example

White with #EF0976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0976; }

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

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

background-color css

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

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

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

border-color css

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

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

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