Html Css Color HEX #E0106A Ruby

📋 copy color: '#E0106A'

red 224 ◦ green 16 ◦ blue 106

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

Shades of Ruby #E0106A

Tints of Ruby #E0106A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 64.74%
G = 4.62%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0106A (or 0xE0106A) is known color: Ruby. HEX triplet: E0, 10 and 6A. RGB value is (224,16,106). Sum of RGB (Red+Green+Blue) = 224+16+106=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E0106A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0106A is #1FEF95. Grayscale: #585858. Windows color (decimal): -2092950 or 6951136. OLE color: 6951136.

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

Color convert

RGB 224 16 106 -
CMYK 0 0.93 0.53 0.12
HSL 334.04º 0.87% 0.47% -
HSV(B) 334.04º 0.93% 0.88% -
XYZ 33.53 17.26 15.2 -
YUV 88.45 137.91 224.68 -
System Red Green Blue C M Y K H S L
Decimal 224 16 106 0 0.93 0.53 0.12 334.04 0.87 0.47
Hex E0 10 6A 0 5D 35 C 14E 57 2F
Octal 340 20 152 0 135 65 14 516 127 57
Binary 11100000 10000 1101010 0 1011101 110101 1100 101001110 1010111 101111

Color Harmonies of #E0106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0106A

Black with #E0106A

Text Example


Text Example

White with #E0106A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0106A; }

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

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

background-color css

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

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

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

border-color css

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

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

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