Html Css Color HEX #E0106D Ruby

📋 copy color: '#E0106D'

red 224 ◦ green 16 ◦ blue 109

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

Shades of Ruby #E0106D

Tints of Ruby #E0106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.58%

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

R = 64.18%
G = 4.58%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0106D (or 0xE0106D) is known color: Ruby. HEX triplet: E0, 10 and 6D. RGB value is (224,16,109). Sum of RGB (Red+Green+Blue) = 224+16+109=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E0106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0106D is #1FEF92. Grayscale: #585858. Windows color (decimal): -2092947 or 7147744. OLE color: 7147744.

HSL color Cylindrical-coordinate representation of color #E0106D: hue angle of 333.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0106D is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 16 109 -
CMYK 0 0.93 0.51 0.12
HSL 333.17º 0.87% 0.47% -
HSV(B) 333.17º 0.93% 0.88% -
XYZ 33.69 17.32 16.04 -
YUV 88.79 139.41 224.44 -
System Red Green Blue C M Y K H S L
Decimal 224 16 109 0 0.93 0.51 0.12 333.17 0.87 0.47
Hex E0 10 6D 0 5D 33 C 14D 57 2F
Octal 340 20 155 0 135 63 14 515 127 57
Binary 11100000 10000 1101101 0 1011101 110011 1100 101001101 1010111 101111

Color Harmonies of #E0106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0106D

Black with #E0106D

Text Example


Text Example

White with #E0106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0106D; }

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

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

background-color css

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

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

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

border-color css

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

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

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