Html Css Color HEX #E51D5A Ruby

📋 copy color: '#E51D5A'

red 229 ◦ green 29 ◦ blue 90

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

Shades of Ruby #E51D5A

Tints of Ruby #E51D5A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.33%

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 65.8%
G = 8.33%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E51D5A (or 0xE51D5A) is known color: Ruby. HEX triplet: E5, 1D and 5A. RGB value is (229,29,90). Sum of RGB (Red+Green+Blue) = 229+29+90=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E51D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51D5A is #1AE2A5. Grayscale: #5F5F5F. Windows color (decimal): -1761958 or 5905893. OLE color: 5905893.

HSL color Cylindrical-coordinate representation of color #E51D5A: hue angle of 341.7º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51D5A is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 29 90 -
CMYK 0 0.87 0.61 0.10
HSL 341.7º 0.79% 0.51% -
HSV(B) 341.7º 0.87% 0.9% -
XYZ 34.6 18.27 11.38 -
YUV 95.75 124.76 223.04 -
System Red Green Blue C M Y K H S L
Decimal 229 29 90 0 0.87 0.61 0.10 341.7 0.79 0.51
Hex E5 1D 5A 0 57 3D A 156 4F 33
Octal 345 35 132 0 127 75 12 526 117 63
Binary 11100101 11101 1011010 0 1010111 111101 1010 101010110 1001111 110011

Color Harmonies of #E51D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51D5A

Black with #E51D5A

Text Example


Text Example

White with #E51D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51D5A; }

 p { color: rgb(229,29,90); }

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

background-color css

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

 a { background-color: rgb(229,29,90); }

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

border-color css

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

 span { border-color: rgb(229,29,90); }

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