Html Css Color HEX #E51E5A Ruby

📋 copy color: '#E51E5A'

red 229 ◦ green 30 ◦ blue 90

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

Shades of Ruby #E51E5A

Tints of Ruby #E51E5A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.6%

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

R = 65.62%
G = 8.6%
B = 25.79%

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

#E51E5A (or 0xE51E5A) is known color: Ruby. HEX triplet: E5, 1E and 5A. RGB value is (229,30,90). Sum of RGB (Red+Green+Blue) = 229+30+90=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E51E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51E5A is #1AE1A5. Grayscale: #606060. Windows color (decimal): -1761702 or 5906149. OLE color: 5906149.

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

Color convert

RGB 229 30 90 -
CMYK 0 0.87 0.61 0.10
HSL 341.91º 0.79% 0.51% -
HSV(B) 341.91º 0.87% 0.9% -
XYZ 34.62 18.32 11.39 -
YUV 96.34 124.43 222.62 -
System Red Green Blue C M Y K H S L
Decimal 229 30 90 0 0.87 0.61 0.10 341.91 0.79 0.51
Hex E5 1E 5A 0 57 3D A 156 4F 33
Octal 345 36 132 0 127 75 12 526 117 63
Binary 11100101 11110 1011010 0 1010111 111101 1010 101010110 1001111 110011

Color Harmonies of #E51E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51E5A

Black with #E51E5A

Text Example


Text Example

White with #E51E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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