Html Css Color HEX #EE1664 Ruby

📋 copy color: '#EE1664'

red 238 ◦ green 22 ◦ blue 100

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

Shades of Ruby #EE1664

Tints of Ruby #EE1664

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.11%

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 66.11%
G = 6.11%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE1664 (or 0xEE1664) is known color: Ruby. HEX triplet: EE, 16 and 64. RGB value is (238,22,100). Sum of RGB (Red+Green+Blue) = 238+22+100=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1664 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1664 is #11E99B. Grayscale: #5F5F5F. Windows color (decimal): -1173916 or 6559470. OLE color: 6559470.

HSL color Cylindrical-coordinate representation of color #EE1664: hue angle of 338.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1664 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 22 100 -
CMYK 0 0.91 0.58 0.07
HSL 338.33º 0.86% 0.51% -
HSV(B) 338.33º 0.91% 0.93% -
XYZ 37.85 19.67 13.86 -
YUV 95.48 130.56 229.66 -
System Red Green Blue C M Y K H S L
Decimal 238 22 100 0 0.91 0.58 0.07 338.33 0.86 0.51
Hex EE 16 64 0 5B 3A 7 152 56 33
Octal 356 26 144 0 133 72 7 522 126 63
Binary 11101110 10110 1100100 0 1011011 111010 111 101010010 1010110 110011

Color Harmonies of #EE1664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1664

Black with #EE1664

Text Example


Text Example

White with #EE1664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1664; }

 p { color: rgb(238,22,100); }

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

background-color css

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

 a { background-color: rgb(238,22,100); }

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

border-color css

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

 span { border-color: rgb(238,22,100); }

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