Html Css Color HEX #E11950 Ruby

📋 copy color: '#E11950'

red 225 ◦ green 25 ◦ blue 80

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

Shades of Ruby #E11950

Tints of Ruby #E11950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.58%

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 68.18%
G = 7.58%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E11950 (or 0xE11950) is known color: Ruby. HEX triplet: E1, 19 and 50. RGB value is (225,25,80). Sum of RGB (Red+Green+Blue) = 225+25+80=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E11950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11950 is #1EE6AF. Grayscale: #5B5B5B. Windows color (decimal): -2025136 or 5249505. OLE color: 5249505.

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

Color convert

RGB 225 25 80 -
CMYK 0 0.89 0.64 0.12
HSL 343.5º 0.8% 0.49% -
HSV(B) 343.5º 0.89% 0.88% -
XYZ 32.85 17.28 9.19 -
YUV 91.07 121.76 223.53 -
System Red Green Blue C M Y K H S L
Decimal 225 25 80 0 0.89 0.64 0.12 343.5 0.8 0.49
Hex E1 19 50 0 59 40 C 158 50 31
Octal 341 31 120 0 131 100 14 530 120 61
Binary 11100001 11001 1010000 0 1011001 1000000 1100 101011000 1010000 110001

Color Harmonies of #E11950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11950

Black with #E11950

Text Example


Text Example

White with #E11950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11950; }

 p { color: rgb(225,25,80); }

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

background-color css

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

 a { background-color: rgb(225,25,80); }

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

border-color css

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

 span { border-color: rgb(225,25,80); }

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