Html Css Color HEX #EE0779 Ruby

📋 copy color: '#EE0779'

red 238 ◦ green 7 ◦ blue 121

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

Shades of Ruby #EE0779

Tints of Ruby #EE0779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.91%

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

R = 65.03%
G = 1.91%
B = 33.06%

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

#EE0779 (or 0xEE0779) is known color: Ruby. HEX triplet: EE, 07 and 79. RGB value is (238,7,121). Sum of RGB (Red+Green+Blue) = 238+7+121=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0779 is #11F886. Grayscale: #585858. Windows color (decimal): -1177735 or 7931886. OLE color: 7931886.

HSL color Cylindrical-coordinate representation of color #EE0779: hue angle of 330.39º degrees, saturation: 0.94, 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 #EE0779 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 7 121 -
CMYK 0 0.97 0.49 0.07
HSL 330.39º 0.94% 0.48% -
HSV(B) 330.39º 0.97% 0.93% -
XYZ 38.79 19.71 19.85 -
YUV 89.07 146.03 234.23 -
System Red Green Blue C M Y K H S L
Decimal 238 7 121 0 0.97 0.49 0.07 330.39 0.94 0.48
Hex EE 7 79 0 61 31 7 14A 5E 30
Octal 356 7 171 0 141 61 7 512 136 60
Binary 11101110 111 1111001 0 1100001 110001 111 101001010 1011110 110000

Color Harmonies of #EE0779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0779

Black with #EE0779

Text Example


Text Example

White with #EE0779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0779; }

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

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

background-color css

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

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

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

border-color css

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

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

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