Html Css Color HEX #E11A70 Ruby

📋 copy color: '#E11A70'

red 225 ◦ green 26 ◦ blue 112

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

Shades of Ruby #E11A70

Tints of Ruby #E11A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.16%

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

R = 61.98%
G = 7.16%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E11A70 (or 0xE11A70) is known color: Ruby. HEX triplet: E1, 1A and 70. RGB value is (225,26,112). Sum of RGB (Red+Green+Blue) = 225+26+112=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11A70 is #1EE58F. Grayscale: #5F5F5F. Windows color (decimal): -2024848 or 7346913. OLE color: 7346913.

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

Color convert

RGB 225 26 112 -
CMYK 0 0.88 0.50 0.12
HSL 334.07º 0.79% 0.49% -
HSV(B) 334.07º 0.88% 0.88% -
XYZ 34.35 17.92 16.98 -
YUV 95.31 137.43 220.51 -
System Red Green Blue C M Y K H S L
Decimal 225 26 112 0 0.88 0.50 0.12 334.07 0.79 0.49
Hex E1 1A 70 0 58 32 C 14E 4F 31
Octal 341 32 160 0 130 62 14 516 117 61
Binary 11100001 11010 1110000 0 1011000 110010 1100 101001110 1001111 110001

Color Harmonies of #E11A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11A70

Black with #E11A70

Text Example


Text Example

White with #E11A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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