Html Css Color HEX #EE166D Ruby

📋 copy color: '#EE166D'

red 238 ◦ green 22 ◦ blue 109

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

Shades of Ruby #EE166D

Tints of Ruby #EE166D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 64.5%
G = 5.96%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE166D (or 0xEE166D) is known color: Ruby. HEX triplet: EE, 16 and 6D. RGB value is (238,22,109). Sum of RGB (Red+Green+Blue) = 238+22+109=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE166D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE166D is #11E992. Grayscale: #606060. Windows color (decimal): -1173907 or 7149294. OLE color: 7149294.

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

Color convert

RGB 238 22 109 -
CMYK 0 0.91 0.54 0.07
HSL 335.83º 0.86% 0.51% -
HSV(B) 335.83º 0.91% 0.93% -
XYZ 38.31 19.86 16.28 -
YUV 96.5 135.06 228.93 -
System Red Green Blue C M Y K H S L
Decimal 238 22 109 0 0.91 0.54 0.07 335.83 0.86 0.51
Hex EE 16 6D 0 5B 36 7 150 56 33
Octal 356 26 155 0 133 66 7 520 126 63
Binary 11101110 10110 1101101 0 1011011 110110 111 101010000 1010110 110011

Color Harmonies of #EE166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE166D

Black with #EE166D

Text Example


Text Example

White with #EE166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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