Html Css Color HEX #E1107A Ruby

📋 copy color: '#E1107A'

red 225 ◦ green 16 ◦ blue 122

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

Shades of Ruby #E1107A

Tints of Ruby #E1107A

RGB

 RED value IS 225 (88.28% from 255) = 61.98%

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

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 61.98%
G = 4.41%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1107A (or 0xE1107A) is known color: Ruby. HEX triplet: E1, 10 and 7A. RGB value is (225,16,122). Sum of RGB (Red+Green+Blue) = 225+16+122=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E1107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1107A is #1EEF85. Grayscale: #5A5A5A. Windows color (decimal): -2027398 or 7999713. OLE color: 7999713.

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

Color convert

RGB 225 16 122 -
CMYK 0 0.93 0.46 0.12
HSL 329.57º 0.87% 0.47% -
HSV(B) 329.57º 0.93% 0.88% -
XYZ 34.75 17.78 20.01 -
YUV 90.58 145.74 223.88 -
System Red Green Blue C M Y K H S L
Decimal 225 16 122 0 0.93 0.46 0.12 329.57 0.87 0.47
Hex E1 10 7A 0 5D 2E C 14A 57 2F
Octal 341 20 172 0 135 56 14 512 127 57
Binary 11100001 10000 1111010 0 1011101 101110 1100 101001010 1010111 101111

Color Harmonies of #E1107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1107A

Black with #E1107A

Text Example


Text Example

White with #E1107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1107A; }

 p { color: rgb(225,16,122); }

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

background-color css

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

 a { background-color: rgb(225,16,122); }

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

border-color css

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

 span { border-color: rgb(225,16,122); }

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