Html Css Color HEX #EE216F Ruby

📋 copy color: '#EE216F'

red 238 ◦ green 33 ◦ blue 111

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

Shades of Ruby #EE216F

Tints of Ruby #EE216F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 62.3%
G = 8.64%
B = 29.06%

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

#EE216F (or 0xEE216F) is known color: Ruby. HEX triplet: EE, 21 and 6F. RGB value is (238,33,111). Sum of RGB (Red+Green+Blue) = 238+33+111=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE216F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE216F is #11DE90. Grayscale: #676767. Windows color (decimal): -1171089 or 7283182. OLE color: 7283182.

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

Color convert

RGB 238 33 111 -
CMYK 0 0.86 0.53 0.07
HSL 337.17º 0.86% 0.53% -
HSV(B) 337.17º 0.86% 0.93% -
XYZ 38.67 20.41 16.94 -
YUV 103.19 132.42 224.16 -
System Red Green Blue C M Y K H S L
Decimal 238 33 111 0 0.86 0.53 0.07 337.17 0.86 0.53
Hex EE 21 6F 0 56 35 7 151 56 35
Octal 356 41 157 0 126 65 7 521 126 65
Binary 11101110 100001 1101111 0 1010110 110101 111 101010001 1010110 110101

Color Harmonies of #EE216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE216F

Black with #EE216F

Text Example


Text Example

White with #EE216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE216F; }

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

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

background-color css

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

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

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

border-color css

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

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

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