Html Css Color HEX #EE0978 Ruby

📋 copy color: '#EE0978'

red 238 ◦ green 9 ◦ blue 120

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

Shades of Ruby #EE0978

Tints of Ruby #EE0978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.7%

R = 64.85%
G = 2.45%
B = 32.7%

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

#EE0978 (or 0xEE0978) is known color: Ruby. HEX triplet: EE, 09 and 78. RGB value is (238,9,120). Sum of RGB (Red+Green+Blue) = 238+9+120=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0978 is #11F687. Grayscale: #595959. Windows color (decimal): -1177224 or 7866862. OLE color: 7866862.

HSL color Cylindrical-coordinate representation of color #EE0978: hue angle of 330.92º 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 #EE0978 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 9 120 -
CMYK 0 0.96 0.50 0.07
HSL 330.92º 0.93% 0.48% -
HSV(B) 330.92º 0.96% 0.93% -
XYZ 38.75 19.73 19.54 -
YUV 90.13 144.87 233.47 -
System Red Green Blue C M Y K H S L
Decimal 238 9 120 0 0.96 0.50 0.07 330.92 0.93 0.48
Hex EE 9 78 0 60 32 7 14B 5D 30
Octal 356 11 170 0 140 62 7 513 135 60
Binary 11101110 1001 1111000 0 1100000 110010 111 101001011 1011101 110000

Color Harmonies of #EE0978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0978

Black with #EE0978

Text Example


Text Example

White with #EE0978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0978; }

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

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

background-color css

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

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

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

border-color css

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

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

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