Html Css Color HEX #E0166F Ruby

📋 copy color: '#E0166F'

red 224 ◦ green 22 ◦ blue 111

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

Shades of Ruby #E0166F

Tints of Ruby #E0166F

RGB

 RED value IS 224 (87.89% from 255) = 62.75%

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

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

R = 62.75%
G = 6.16%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0166F (or 0xE0166F) is known color: Ruby. HEX triplet: E0, 16 and 6F. RGB value is (224,22,111). Sum of RGB (Red+Green+Blue) = 224+22+111=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0166F is #1FE990. Grayscale: #5C5C5C. Windows color (decimal): -2091409 or 7280352. OLE color: 7280352.

HSL color Cylindrical-coordinate representation of color #E0166F: hue angle of 333.56º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0166F is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 22 111 -
CMYK 0 0.90 0.50 0.12
HSL 333.56º 0.82% 0.48% -
HSV(B) 333.56º 0.9% 0.88% -
XYZ 33.9 17.57 16.64 -
YUV 92.54 138.42 221.76 -
System Red Green Blue C M Y K H S L
Decimal 224 22 111 0 0.90 0.50 0.12 333.56 0.82 0.48
Hex E0 16 6F 0 5A 32 C 14E 52 30
Octal 340 26 157 0 132 62 14 516 122 60
Binary 11100000 10110 1101111 0 1011010 110010 1100 101001110 1010010 110000

Color Harmonies of #E0166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0166F

Black with #E0166F

Text Example


Text Example

White with #E0166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0166F; }

 p { color: rgb(224,22,111); }

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

background-color css

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

 a { background-color: rgb(224,22,111); }

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

border-color css

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

 span { border-color: rgb(224,22,111); }

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