Html Css Color HEX #E51975 Ruby

📋 copy color: '#E51975'

red 229 ◦ green 25 ◦ blue 117

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

Shades of Ruby #E51975

Tints of Ruby #E51975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 61.73%
G = 6.74%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E51975 (or 0xE51975) is known color: Ruby. HEX triplet: E5, 19 and 75. RGB value is (229,25,117). Sum of RGB (Red+Green+Blue) = 229+25+117=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E51975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51975 is #1AE68A. Grayscale: #606060. Windows color (decimal): -1762955 or 7674341. OLE color: 7674341.

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

Color convert

RGB 229 25 117 -
CMYK 0 0.89 0.49 0.10
HSL 332.94º 0.8% 0.5% -
HSV(B) 332.94º 0.89% 0.9% -
XYZ 35.87 18.64 18.54 -
YUV 96.48 139.59 222.52 -
System Red Green Blue C M Y K H S L
Decimal 229 25 117 0 0.89 0.49 0.10 332.94 0.8 0.5
Hex E5 19 75 0 59 31 A 14D 50 32
Octal 345 31 165 0 131 61 12 515 120 62
Binary 11100101 11001 1110101 0 1011001 110001 1010 101001101 1010000 110010

Color Harmonies of #E51975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51975

Black with #E51975

Text Example


Text Example

White with #E51975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51975; }

 p { color: rgb(229,25,117); }

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

background-color css

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

 a { background-color: rgb(229,25,117); }

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

border-color css

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

 span { border-color: rgb(229,25,117); }

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