Html Css Color HEX #E11471 Ruby

📋 copy color: '#E11471'

red 225 ◦ green 20 ◦ blue 113

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

Shades of Ruby #E11471

Tints of Ruby #E11471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.59%

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

R = 62.85%
G = 5.59%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E11471 (or 0xE11471) is known color: Ruby. HEX triplet: E1, 14 and 71. RGB value is (225,20,113). Sum of RGB (Red+Green+Blue) = 225+20+113=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E11471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11471 is #1EEB8E. Grayscale: #5B5B5B. Windows color (decimal): -2026383 or 7410913. OLE color: 7410913.

HSL color Cylindrical-coordinate representation of color #E11471: hue angle of 332.78º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11471 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 20 113 -
CMYK 0 0.91 0.50 0.12
HSL 332.78º 0.84% 0.48% -
HSV(B) 332.78º 0.91% 0.88% -
XYZ 34.28 17.7 17.23 -
YUV 91.9 139.92 222.94 -
System Red Green Blue C M Y K H S L
Decimal 225 20 113 0 0.91 0.50 0.12 332.78 0.84 0.48
Hex E1 14 71 0 5B 32 C 14D 54 30
Octal 341 24 161 0 133 62 14 515 124 60
Binary 11100001 10100 1110001 0 1011011 110010 1100 101001101 1010100 110000

Color Harmonies of #E11471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11471

Black with #E11471

Text Example


Text Example

White with #E11471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11471; }

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

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

background-color css

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

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

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

border-color css

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

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

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