Html Css Color HEX #EE1165 Ruby

📋 copy color: '#EE1165'

red 238 ◦ green 17 ◦ blue 101

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

Shades of Ruby #EE1165

Tints of Ruby #EE1165

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.78%

 BLUE value IS 101 (39.84% from 255) = 28.37%

R = 66.85%
G = 4.78%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE1165 (or 0xEE1165) is known color: Ruby. HEX triplet: EE, 11 and 65. RGB value is (238,17,101). Sum of RGB (Red+Green+Blue) = 238+17+101=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1165 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1165 is #11EE9A. Grayscale: #5C5C5C. Windows color (decimal): -1175195 or 6623726. OLE color: 6623726.

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

Color convert

RGB 238 17 101 -
CMYK 0 0.93 0.58 0.07
HSL 337.19º 0.87% 0.5% -
HSV(B) 337.19º 0.93% 0.93% -
XYZ 37.81 19.52 14.09 -
YUV 92.66 132.72 231.67 -
System Red Green Blue C M Y K H S L
Decimal 238 17 101 0 0.93 0.58 0.07 337.19 0.87 0.5
Hex EE 11 65 0 5D 3A 7 151 57 32
Octal 356 21 145 0 135 72 7 521 127 62
Binary 11101110 10001 1100101 0 1011101 111010 111 101010001 1010111 110010

Color Harmonies of #EE1165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1165

Black with #EE1165

Text Example


Text Example

White with #EE1165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1165; }

 p { color: rgb(238,17,101); }

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

background-color css

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

 a { background-color: rgb(238,17,101); }

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

border-color css

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

 span { border-color: rgb(238,17,101); }

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