Html Css Color HEX #EE2163 Ruby

📋 copy color: '#EE2163'

red 238 ◦ green 33 ◦ blue 99

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

Shades of Ruby #EE2163

Tints of Ruby #EE2163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.76%

R = 64.32%
G = 8.92%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE2163 (or 0xEE2163) is known color: Ruby. HEX triplet: EE, 21 and 63. RGB value is (238,33,99). Sum of RGB (Red+Green+Blue) = 238+33+99=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2163 is #11DE9C. Grayscale: #656565. Windows color (decimal): -1171101 or 6496750. OLE color: 6496750.

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

Color convert

RGB 238 33 99 -
CMYK 0 0.86 0.58 0.07
HSL 340.68º 0.86% 0.53% -
HSV(B) 340.68º 0.86% 0.93% -
XYZ 38.06 20.17 13.69 -
YUV 101.82 126.42 225.13 -
System Red Green Blue C M Y K H S L
Decimal 238 33 99 0 0.86 0.58 0.07 340.68 0.86 0.53
Hex EE 21 63 0 56 3A 7 155 56 35
Octal 356 41 143 0 126 72 7 525 126 65
Binary 11101110 100001 1100011 0 1010110 111010 111 101010101 1010110 110101

Color Harmonies of #EE2163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2163

Black with #EE2163

Text Example


Text Example

White with #EE2163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2163; }

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

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

background-color css

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

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

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

border-color css

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

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

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