Html Css Color HEX #E11470 Ruby

📋 copy color: '#E11470'

red 225 ◦ green 20 ◦ blue 112

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

Shades of Ruby #E11470

Tints of Ruby #E11470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.37%

R = 63.03%
G = 5.6%
B = 31.37%

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

#E11470 (or 0xE11470) is known color: Ruby. HEX triplet: E1, 14 and 70. RGB value is (225,20,112). Sum of RGB (Red+Green+Blue) = 225+20+112=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E11470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11470 is #1EEB8F. Grayscale: #5B5B5B. Windows color (decimal): -2026384 or 7345377. OLE color: 7345377.

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

Color convert

RGB 225 20 112 -
CMYK 0 0.91 0.50 0.12
HSL 333.07º 0.84% 0.48% -
HSV(B) 333.07º 0.91% 0.88% -
XYZ 34.23 17.68 16.94 -
YUV 91.78 139.42 223.02 -
System Red Green Blue C M Y K H S L
Decimal 225 20 112 0 0.91 0.50 0.12 333.07 0.84 0.48
Hex E1 14 70 0 5B 32 C 14D 54 30
Octal 341 24 160 0 133 62 14 515 124 60
Binary 11100001 10100 1110000 0 1011011 110010 1100 101001101 1010100 110000

Color Harmonies of #E11470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11470

Black with #E11470

Text Example


Text Example

White with #E11470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11470; }

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

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

background-color css

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

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

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

border-color css

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

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

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