Html Css Color HEX #EE2071 Ruby

📋 copy color: '#EE2071'

red 238 ◦ green 32 ◦ blue 113

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

Shades of Ruby #EE2071

Tints of Ruby #EE2071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.36%

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

R = 62.14%
G = 8.36%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE2071 (or 0xEE2071) is known color: Ruby. HEX triplet: EE, 20 and 71. RGB value is (238,32,113). Sum of RGB (Red+Green+Blue) = 238+32+113=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2071 is #11DF8E. Grayscale: #666666. Windows color (decimal): -1171343 or 7413998. OLE color: 7413998.

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

Color convert

RGB 238 32 113 -
CMYK 0 0.87 0.53 0.07
HSL 336.41º 0.86% 0.53% -
HSV(B) 336.41º 0.87% 0.93% -
XYZ 38.76 20.4 17.52 -
YUV 102.83 133.75 224.41 -
System Red Green Blue C M Y K H S L
Decimal 238 32 113 0 0.87 0.53 0.07 336.41 0.86 0.53
Hex EE 20 71 0 57 35 7 150 56 35
Octal 356 40 161 0 127 65 7 520 126 65
Binary 11101110 100000 1110001 0 1010111 110101 111 101010000 1010110 110101

Color Harmonies of #EE2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2071

Black with #EE2071

Text Example


Text Example

White with #EE2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2071; }

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

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

background-color css

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

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

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

border-color css

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

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

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