Html Css Color HEX #E51969 Ruby

📋 copy color: '#E51969'

red 229 ◦ green 25 ◦ blue 105

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

Shades of Ruby #E51969

Tints of Ruby #E51969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.25%

R = 63.79%
G = 6.96%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E51969 (or 0xE51969) is known color: Ruby. HEX triplet: E5, 19 and 69. RGB value is (229,25,105). Sum of RGB (Red+Green+Blue) = 229+25+105=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E51969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51969 is #1AE696. Grayscale: #5F5F5F. Windows color (decimal): -1762967 or 6887909. OLE color: 6887909.

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

Color convert

RGB 229 25 105 -
CMYK 0 0.89 0.54 0.10
HSL 336.47º 0.8% 0.5% -
HSV(B) 336.47º 0.89% 0.9% -
XYZ 35.21 18.37 15.06 -
YUV 95.12 133.59 223.5 -
System Red Green Blue C M Y K H S L
Decimal 229 25 105 0 0.89 0.54 0.10 336.47 0.8 0.5
Hex E5 19 69 0 59 36 A 150 50 32
Octal 345 31 151 0 131 66 12 520 120 62
Binary 11100101 11001 1101001 0 1011001 110110 1010 101010000 1010000 110010

Color Harmonies of #E51969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51969

Black with #E51969

Text Example


Text Example

White with #E51969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51969; }

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

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

background-color css

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

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

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

border-color css

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

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

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