Html Css Color HEX #E1116C Ruby

📋 copy color: '#E1116C'

red 225 ◦ green 17 ◦ blue 108

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

Shades of Ruby #E1116C

Tints of Ruby #E1116C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.86%

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 64.29%
G = 4.86%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1116C (or 0xE1116C) is known color: Ruby. HEX triplet: E1, 11 and 6C. RGB value is (225,17,108). Sum of RGB (Red+Green+Blue) = 225+17+108=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1116C is #1EEE93. Grayscale: #595959. Windows color (decimal): -2027156 or 7082465. OLE color: 7082465.

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

Color convert

RGB 225 17 108 -
CMYK 0 0.92 0.52 0.12
HSL 333.75º 0.86% 0.47% -
HSV(B) 333.75º 0.92% 0.88% -
XYZ 33.96 17.49 15.77 -
YUV 89.57 138.41 224.6 -
System Red Green Blue C M Y K H S L
Decimal 225 17 108 0 0.92 0.52 0.12 333.75 0.86 0.47
Hex E1 11 6C 0 5C 34 C 14E 56 2F
Octal 341 21 154 0 134 64 14 516 126 57
Binary 11100001 10001 1101100 0 1011100 110100 1100 101001110 1010110 101111

Color Harmonies of #E1116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1116C

Black with #E1116C

Text Example


Text Example

White with #E1116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1116C; }

 p { color: rgb(225,17,108); }

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

background-color css

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

 a { background-color: rgb(225,17,108); }

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

border-color css

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

 span { border-color: rgb(225,17,108); }

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