Html Css Color HEX #EE0879 Ruby

📋 copy color: '#EE0879'

red 238 ◦ green 8 ◦ blue 121

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

Shades of Ruby #EE0879

Tints of Ruby #EE0879

RGB

 RED value IS 238 (93.36% from 255) = 64.85%

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

 BLUE value IS 121 (47.66% from 255) = 32.97%

R = 64.85%
G = 2.18%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE0879 (or 0xEE0879) is known color: Ruby. HEX triplet: EE, 08 and 79. RGB value is (238,8,121). Sum of RGB (Red+Green+Blue) = 238+8+121=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0879 is #11F786. Grayscale: #595959. Windows color (decimal): -1177479 or 7932142. OLE color: 7932142.

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

Color convert

RGB 238 8 121 -
CMYK 0 0.97 0.49 0.07
HSL 330.52º 0.93% 0.48% -
HSV(B) 330.52º 0.97% 0.93% -
XYZ 38.8 19.73 19.85 -
YUV 89.65 145.7 233.81 -
System Red Green Blue C M Y K H S L
Decimal 238 8 121 0 0.97 0.49 0.07 330.52 0.93 0.48
Hex EE 8 79 0 61 31 7 14B 5D 30
Octal 356 10 171 0 141 61 7 513 135 60
Binary 11101110 1000 1111001 0 1100001 110001 111 101001011 1011101 110000

Color Harmonies of #EE0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0879

Black with #EE0879

Text Example


Text Example

White with #EE0879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0879; }

 p { color: rgb(238,8,121); }

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

background-color css

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

 a { background-color: rgb(238,8,121); }

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

border-color css

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

 span { border-color: rgb(238,8,121); }

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