Html Css Color HEX #EE1A66 Ruby

📋 copy color: '#EE1A66'

red 238 ◦ green 26 ◦ blue 102

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

Shades of Ruby #EE1A66

Tints of Ruby #EE1A66

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.1%

 BLUE value IS 102 (40.23% from 255) = 27.87%

R = 65.03%
G = 7.1%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EE1A66 (or 0xEE1A66) is known color: Ruby. HEX triplet: EE, 1A and 66. RGB value is (238,26,102). Sum of RGB (Red+Green+Blue) = 238+26+102=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1A66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1A66 is #11E599. Grayscale: #616161. Windows color (decimal): -1172890 or 6691566. OLE color: 6691566.

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

Color convert

RGB 238 26 102 -
CMYK 0 0.89 0.57 0.07
HSL 338.49º 0.86% 0.52% -
HSV(B) 338.49º 0.89% 0.93% -
XYZ 38.03 19.88 14.4 -
YUV 98.05 130.24 227.82 -
System Red Green Blue C M Y K H S L
Decimal 238 26 102 0 0.89 0.57 0.07 338.49 0.86 0.52
Hex EE 1A 66 0 59 39 7 152 56 34
Octal 356 32 146 0 131 71 7 522 126 64
Binary 11101110 11010 1100110 0 1011001 111001 111 101010010 1010110 110100

Color Harmonies of #EE1A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1A66

Black with #EE1A66

Text Example


Text Example

White with #EE1A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1A66; }

 p { color: rgb(238,26,102); }

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

background-color css

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

 a { background-color: rgb(238,26,102); }

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

border-color css

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

 span { border-color: rgb(238,26,102); }

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