Html Css Color HEX #E11163 Ruby

📋 copy color: '#E11163'

red 225 ◦ green 17 ◦ blue 99

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

Shades of Ruby #E11163

Tints of Ruby #E11163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 65.98%
G = 4.99%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E11163 (or 0xE11163) is known color: Ruby. HEX triplet: E1, 11 and 63. RGB value is (225,17,99). Sum of RGB (Red+Green+Blue) = 225+17+99=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E11163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11163 is #1EEE9C. Grayscale: #585858. Windows color (decimal): -2027165 or 6492641. OLE color: 6492641.

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

Color convert

RGB 225 17 99 -
CMYK 0 0.92 0.56 0.12
HSL 336.35º 0.86% 0.47% -
HSV(B) 336.35º 0.92% 0.88% -
XYZ 33.5 17.31 13.38 -
YUV 88.54 133.91 225.33 -
System Red Green Blue C M Y K H S L
Decimal 225 17 99 0 0.92 0.56 0.12 336.35 0.86 0.47
Hex E1 11 63 0 5C 38 C 150 56 2F
Octal 341 21 143 0 134 70 14 520 126 57
Binary 11100001 10001 1100011 0 1011100 111000 1100 101010000 1010110 101111

Color Harmonies of #E11163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11163

Black with #E11163

Text Example


Text Example

White with #E11163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11163; }

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

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

background-color css

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

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

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

border-color css

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

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

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