Html Css Color HEX #E11071 Ruby

📋 copy color: '#E11071'

red 225 ◦ green 16 ◦ blue 113

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

Shades of Ruby #E11071

Tints of Ruby #E11071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.92%

R = 63.56%
G = 4.52%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E11071 (or 0xE11071) is known color: Ruby. HEX triplet: E1, 10 and 71. RGB value is (225,16,113). Sum of RGB (Red+Green+Blue) = 225+16+113=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E11071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11071 is #1EEF8E. Grayscale: #595959. Windows color (decimal): -2027407 or 7409889. OLE color: 7409889.

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

Color convert

RGB 225 16 113 -
CMYK 0 0.93 0.50 0.12
HSL 332.15º 0.87% 0.47% -
HSV(B) 332.15º 0.93% 0.88% -
XYZ 34.22 17.57 17.21 -
YUV 89.55 141.24 224.61 -
System Red Green Blue C M Y K H S L
Decimal 225 16 113 0 0.93 0.50 0.12 332.15 0.87 0.47
Hex E1 10 71 0 5D 32 C 14C 57 2F
Octal 341 20 161 0 135 62 14 514 127 57
Binary 11100001 10000 1110001 0 1011101 110010 1100 101001100 1010111 101111

Color Harmonies of #E11071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11071

Black with #E11071

Text Example


Text Example

White with #E11071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11071; }

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

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

background-color css

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

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

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

border-color css

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

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

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