Html Css Color HEX #EF0877 Ruby

📋 copy color: '#EF0877'

red 239 ◦ green 8 ◦ blue 119

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

Shades of Ruby #EF0877

Tints of Ruby #EF0877

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

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

R = 65.3%
G = 2.19%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EF0877 (or 0xEF0877) is known color: Ruby. HEX triplet: EF, 08 and 77. RGB value is (239,8,119). Sum of RGB (Red+Green+Blue) = 239+8+119=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0877 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0877 is #10F788. Grayscale: #595959. Windows color (decimal): -1111945 or 7801071. OLE color: 7801071.

HSL color Cylindrical-coordinate representation of color #EF0877: hue angle of 331.17º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0877 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 8 119 -
CMYK 0 0.97 0.50 0.06
HSL 331.17º 0.94% 0.48% -
HSV(B) 331.17º 0.97% 0.94% -
XYZ 39.01 19.86 19.23 -
YUV 89.72 144.53 234.47 -
System Red Green Blue C M Y K H S L
Decimal 239 8 119 0 0.97 0.50 0.06 331.17 0.94 0.48
Hex EF 8 77 0 61 32 6 14B 5E 30
Octal 357 10 167 0 141 62 6 513 136 60
Binary 11101111 1000 1110111 0 1100001 110010 110 101001011 1011110 110000

Color Harmonies of #EF0877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0877

Black with #EF0877

Text Example


Text Example

White with #EF0877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0877; }

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

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

background-color css

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

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

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

border-color css

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

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

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