Html Css Color HEX #EE2171 Ruby

📋 copy color: '#EE2171'

red 238 ◦ green 33 ◦ blue 113

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

Shades of Ruby #EE2171

Tints of Ruby #EE2171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.43%

R = 61.98%
G = 8.59%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE2171 (or 0xEE2171) is known color: Ruby. HEX triplet: EE, 21 and 71. RGB value is (238,33,113). Sum of RGB (Red+Green+Blue) = 238+33+113=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2171 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2171 is #11DE8E. Grayscale: #676767. Windows color (decimal): -1171087 or 7414254. OLE color: 7414254.

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

Color convert

RGB 238 33 113 -
CMYK 0 0.86 0.53 0.07
HSL 336.59º 0.86% 0.53% -
HSV(B) 336.59º 0.86% 0.93% -
XYZ 38.78 20.46 17.53 -
YUV 103.42 133.42 224 -
System Red Green Blue C M Y K H S L
Decimal 238 33 113 0 0.86 0.53 0.07 336.59 0.86 0.53
Hex EE 21 71 0 56 35 7 151 56 35
Octal 356 41 161 0 126 65 7 521 126 65
Binary 11101110 100001 1110001 0 1010110 110101 111 101010001 1010110 110101

Color Harmonies of #EE2171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2171

Black with #EE2171

Text Example


Text Example

White with #EE2171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2171; }

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

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

background-color css

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

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

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

border-color css

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

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

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