Html Css Color HEX #E51469 Ruby

📋 copy color: '#E51469'

red 229 ◦ green 20 ◦ blue 105

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

Shades of Ruby #E51469

Tints of Ruby #E51469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.65%

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

R = 64.69%
G = 5.65%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E51469 (or 0xE51469) is known color: Ruby. HEX triplet: E5, 14 and 69. RGB value is (229,20,105). Sum of RGB (Red+Green+Blue) = 229+20+105=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E51469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51469 is #1AEB96. Grayscale: #5C5C5C. Windows color (decimal): -1764247 or 6886629. OLE color: 6886629.

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

Color convert

RGB 229 20 105 -
CMYK 0 0.91 0.54 0.10
HSL 335.6º 0.84% 0.49% -
HSV(B) 335.6º 0.91% 0.9% -
XYZ 35.11 18.18 15.02 -
YUV 92.18 135.24 225.59 -
System Red Green Blue C M Y K H S L
Decimal 229 20 105 0 0.91 0.54 0.10 335.6 0.84 0.49
Hex E5 14 69 0 5B 36 A 150 54 31
Octal 345 24 151 0 133 66 12 520 124 61
Binary 11100101 10100 1101001 0 1011011 110110 1010 101010000 1010100 110001

Color Harmonies of #E51469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51469

Black with #E51469

Text Example


Text Example

White with #E51469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51469; }

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

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

background-color css

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

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

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

border-color css

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

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

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