Html Css Color HEX #EE1E76 Ruby

📋 copy color: '#EE1E76'

red 238 ◦ green 30 ◦ blue 118

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

Shades of Ruby #EE1E76

Tints of Ruby #EE1E76

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.77%

 BLUE value IS 118 (46.48% from 255) = 30.57%

R = 61.66%
G = 7.77%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE1E76 (or 0xEE1E76) is known color: Ruby. HEX triplet: EE, 1E and 76. RGB value is (238,30,118). Sum of RGB (Red+Green+Blue) = 238+30+118=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1E76 is #11E189. Grayscale: #666666. Windows color (decimal): -1171850 or 7741166. OLE color: 7741166.

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

Color convert

RGB 238 30 118 -
CMYK 0 0.87 0.50 0.07
HSL 334.62º 0.86% 0.53% -
HSV(B) 334.62º 0.87% 0.93% -
XYZ 38.99 20.41 19.02 -
YUV 102.22 136.91 224.84 -
System Red Green Blue C M Y K H S L
Decimal 238 30 118 0 0.87 0.50 0.07 334.62 0.86 0.53
Hex EE 1E 76 0 57 32 7 14F 56 35
Octal 356 36 166 0 127 62 7 517 126 65
Binary 11101110 11110 1110110 0 1010111 110010 111 101001111 1010110 110101

Color Harmonies of #EE1E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1E76

Black with #EE1E76

Text Example


Text Example

White with #EE1E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1E76; }

 p { color: rgb(238,30,118); }

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

background-color css

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

 a { background-color: rgb(238,30,118); }

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

border-color css

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

 span { border-color: rgb(238,30,118); }

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