Html Css Color HEX #EE2173 Ruby

📋 copy color: '#EE2173'

red 238 ◦ green 33 ◦ blue 115

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

Shades of Ruby #EE2173

Tints of Ruby #EE2173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.55%

 BLUE value IS 115 (45.31% from 255) = 29.79%

R = 61.66%
G = 8.55%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE2173 (or 0xEE2173) is known color: Ruby. HEX triplet: EE, 21 and 73. RGB value is (238,33,115). Sum of RGB (Red+Green+Blue) = 238+33+115=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2173 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2173 is #11DE8C. Grayscale: #676767. Windows color (decimal): -1171085 or 7545326. OLE color: 7545326.

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

Color convert

RGB 238 33 115 -
CMYK 0 0.86 0.52 0.07
HSL 336º 0.86% 0.53% -
HSV(B) 336º 0.86% 0.93% -
XYZ 38.9 20.5 18.13 -
YUV 103.64 134.42 223.83 -
System Red Green Blue C M Y K H S L
Decimal 238 33 115 0 0.86 0.52 0.07 336 0.86 0.53
Hex EE 21 73 0 56 34 7 150 56 35
Octal 356 41 163 0 126 64 7 520 126 65
Binary 11101110 100001 1110011 0 1010110 110100 111 101010000 1010110 110101

Color Harmonies of #EE2173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2173

Black with #EE2173

Text Example


Text Example

White with #EE2173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2173; }

 p { color: rgb(238,33,115); }

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

background-color css

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

 a { background-color: rgb(238,33,115); }

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

border-color css

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

 span { border-color: rgb(238,33,115); }

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