Html Css Color HEX #EE0977 Ruby

📋 copy color: '#EE0977'

red 238 ◦ green 9 ◦ blue 119

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

Shades of Ruby #EE0977

Tints of Ruby #EE0977

RGB

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

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

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

R = 65.03%
G = 2.46%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE0977 (or 0xEE0977) is known color: Ruby. HEX triplet: EE, 09 and 77. RGB value is (238,9,119). Sum of RGB (Red+Green+Blue) = 238+9+119=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0977 is #11F688. Grayscale: #595959. Windows color (decimal): -1177225 or 7801326. OLE color: 7801326.

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

Color convert

RGB 238 9 119 -
CMYK 0 0.96 0.50 0.07
HSL 331.18º 0.93% 0.48% -
HSV(B) 331.18º 0.96% 0.93% -
XYZ 38.69 19.7 19.22 -
YUV 90.01 144.37 233.56 -
System Red Green Blue C M Y K H S L
Decimal 238 9 119 0 0.96 0.50 0.07 331.18 0.93 0.48
Hex EE 9 77 0 60 32 7 14B 5D 30
Octal 356 11 167 0 140 62 7 513 135 60
Binary 11101110 1001 1110111 0 1100000 110010 111 101001011 1011101 110000

Color Harmonies of #EE0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0977

Black with #EE0977

Text Example


Text Example

White with #EE0977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0977; }

 p { color: rgb(238,9,119); }

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

background-color css

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

 a { background-color: rgb(238,9,119); }

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

border-color css

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

 span { border-color: rgb(238,9,119); }

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