Html Css Color HEX #E0166D Ruby

📋 copy color: '#E0166D'

red 224 ◦ green 22 ◦ blue 109

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

Shades of Ruby #E0166D

Tints of Ruby #E0166D

RGB

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

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

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

R = 63.1%
G = 6.2%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0166D (or 0xE0166D) is known color: Ruby. HEX triplet: E0, 16 and 6D. RGB value is (224,22,109). Sum of RGB (Red+Green+Blue) = 224+22+109=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E0166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0166D is #1FE992. Grayscale: #5C5C5C. Windows color (decimal): -2091411 or 7149280. OLE color: 7149280.

HSL color Cylindrical-coordinate representation of color #E0166D: hue angle of 334.16º 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 #E0166D is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 22 109 -
CMYK 0 0.90 0.51 0.12
HSL 334.16º 0.82% 0.48% -
HSV(B) 334.16º 0.9% 0.88% -
XYZ 33.79 17.53 16.07 -
YUV 92.32 137.42 221.93 -
System Red Green Blue C M Y K H S L
Decimal 224 22 109 0 0.90 0.51 0.12 334.16 0.82 0.48
Hex E0 16 6D 0 5A 33 C 14E 52 30
Octal 340 26 155 0 132 63 14 516 122 60
Binary 11100000 10110 1101101 0 1011010 110011 1100 101001110 1010010 110000

Color Harmonies of #E0166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0166D

Black with #E0166D

Text Example


Text Example

White with #E0166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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