Html Css Color HEX #E51750 Ruby

📋 copy color: '#E51750'

red 229 ◦ green 23 ◦ blue 80

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

Shades of Ruby #E51750

Tints of Ruby #E51750

RGB

 RED value IS 229 (89.84% from 255) = 68.98%

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

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

R = 68.98%
G = 6.93%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E51750 (or 0xE51750) is known color: Ruby. HEX triplet: E5, 17 and 50. RGB value is (229,23,80). Sum of RGB (Red+Green+Blue) = 229+23+80=332 (43% of max value = 765). Red value is 229 (89.84% from 255 or 68.98% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 229 - color contains mainly: red. Hex color #E51750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51750 is #1AE8AF. Grayscale: #5B5B5B. Windows color (decimal): -1763504 or 5248997. OLE color: 5248997.

HSL color Cylindrical-coordinate representation of color #E51750: hue angle of 343.4º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51750 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 23 80 -
CMYK 0 0.90 0.65 0.10
HSL 343.4º 0.82% 0.49% -
HSV(B) 343.4º 0.9% 0.9% -
XYZ 34.07 17.85 9.24 -
YUV 91.09 121.75 226.37 -
System Red Green Blue C M Y K H S L
Decimal 229 23 80 0 0.90 0.65 0.10 343.4 0.82 0.49
Hex E5 17 50 0 5A 41 A 157 52 31
Octal 345 27 120 0 132 101 12 527 122 61
Binary 11100101 10111 1010000 0 1011010 1000001 1010 101010111 1010010 110001

Color Harmonies of #E51750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51750

Black with #E51750

Text Example


Text Example

White with #E51750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51750; }

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

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

background-color css

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

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

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

border-color css

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

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

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