Html Css Color HEX #EE1979 Ruby

📋 copy color: '#EE1979'

red 238 ◦ green 25 ◦ blue 121

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

Shades of Ruby #EE1979

Tints of Ruby #EE1979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.51%

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

R = 61.98%
G = 6.51%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE1979 (or 0xEE1979) is known color: Ruby. HEX triplet: EE, 19 and 79. RGB value is (238,25,121). Sum of RGB (Red+Green+Blue) = 238+25+121=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1979 is #11E686. Grayscale: #636363. Windows color (decimal): -1173127 or 7936494. OLE color: 7936494.

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

Color convert

RGB 238 25 121 -
CMYK 0 0.89 0.49 0.07
HSL 332.96º 0.86% 0.52% -
HSV(B) 332.96º 0.89% 0.93% -
XYZ 39.06 20.25 19.94 -
YUV 99.63 140.07 226.69 -
System Red Green Blue C M Y K H S L
Decimal 238 25 121 0 0.89 0.49 0.07 332.96 0.86 0.52
Hex EE 19 79 0 59 31 7 14D 56 34
Octal 356 31 171 0 131 61 7 515 126 64
Binary 11101110 11001 1111001 0 1011001 110001 111 101001101 1010110 110100

Color Harmonies of #EE1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1979

Black with #EE1979

Text Example


Text Example

White with #EE1979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1979; }

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

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

background-color css

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

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

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

border-color css

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

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

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