Html Css Color HEX #E11750 Ruby

📋 copy color: '#E11750'

red 225 ◦ green 23 ◦ blue 80

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

Shades of Ruby #E11750

Tints of Ruby #E11750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.01%

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

R = 68.6%
G = 7.01%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E11750 (or 0xE11750) is known color: Ruby. HEX triplet: E1, 17 and 50. RGB value is (225,23,80). Sum of RGB (Red+Green+Blue) = 225+23+80=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E11750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11750 is #1EE8AF. Grayscale: #595959. Windows color (decimal): -2025648 or 5248993. OLE color: 5248993.

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

Color convert

RGB 225 23 80 -
CMYK 0 0.90 0.64 0.12
HSL 343.07º 0.81% 0.49% -
HSV(B) 343.07º 0.9% 0.88% -
XYZ 32.81 17.2 9.18 -
YUV 89.9 122.42 224.37 -
System Red Green Blue C M Y K H S L
Decimal 225 23 80 0 0.90 0.64 0.12 343.07 0.81 0.49
Hex E1 17 50 0 5A 40 C 157 51 31
Octal 341 27 120 0 132 100 14 527 121 61
Binary 11100001 10111 1010000 0 1011010 1000000 1100 101010111 1010001 110001

Color Harmonies of #E11750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11750

Black with #E11750

Text Example


Text Example

White with #E11750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11750; }

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

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

background-color css

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

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

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

border-color css

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

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

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