Html Css Color HEX #E51964 Ruby

📋 copy color: '#E51964'

red 229 ◦ green 25 ◦ blue 100

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

Shades of Ruby #E51964

Tints of Ruby #E51964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.25%

R = 64.69%
G = 7.06%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E51964 (or 0xE51964) is known color: Ruby. HEX triplet: E5, 19 and 64. RGB value is (229,25,100). Sum of RGB (Red+Green+Blue) = 229+25+100=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E51964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51964 is #1AE69B. Grayscale: #5E5E5E. Windows color (decimal): -1762972 or 6560229. OLE color: 6560229.

HSL color Cylindrical-coordinate representation of color #E51964: hue angle of 337.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 #E51964 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 25 100 -
CMYK 0 0.89 0.56 0.10
HSL 337.94º 0.8% 0.5% -
HSV(B) 337.94º 0.89% 0.9% -
XYZ 34.96 18.27 13.74 -
YUV 94.55 131.09 223.9 -
System Red Green Blue C M Y K H S L
Decimal 229 25 100 0 0.89 0.56 0.10 337.94 0.8 0.5
Hex E5 19 64 0 59 38 A 152 50 32
Octal 345 31 144 0 131 70 12 522 120 62
Binary 11100101 11001 1100100 0 1011001 111000 1010 101010010 1010000 110010

Color Harmonies of #E51964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51964

Black with #E51964

Text Example


Text Example

White with #E51964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51964; }

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

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

background-color css

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

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

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

border-color css

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

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

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