Html Css Color HEX #EE2172 Ruby

📋 copy color: '#EE2172'

red 238 ◦ green 33 ◦ blue 114

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

Shades of Ruby #EE2172

Tints of Ruby #EE2172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 61.82%
G = 8.57%
B = 29.61%

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

#EE2172 (or 0xEE2172) is known color: Ruby. HEX triplet: EE, 21 and 72. RGB value is (238,33,114). Sum of RGB (Red+Green+Blue) = 238+33+114=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2172 is #11DE8D. Grayscale: #676767. Windows color (decimal): -1171086 or 7479790. OLE color: 7479790.

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

Color convert

RGB 238 33 114 -
CMYK 0 0.86 0.52 0.07
HSL 336.29º 0.86% 0.53% -
HSV(B) 336.29º 0.86% 0.93% -
XYZ 38.84 20.48 17.83 -
YUV 103.53 133.92 223.91 -
System Red Green Blue C M Y K H S L
Decimal 238 33 114 0 0.86 0.52 0.07 336.29 0.86 0.53
Hex EE 21 72 0 56 34 7 150 56 35
Octal 356 41 162 0 126 64 7 520 126 65
Binary 11101110 100001 1110010 0 1010110 110100 111 101010000 1010110 110101

Color Harmonies of #EE2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2172

Black with #EE2172

Text Example


Text Example

White with #EE2172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2172; }

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

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

background-color css

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

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

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

border-color css

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

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

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