Html Css Color HEX #E51B5D Ruby

📋 copy color: '#E51B5D'

red 229 ◦ green 27 ◦ blue 93

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

Shades of Ruby #E51B5D

Tints of Ruby #E51B5D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.74%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 65.62%
G = 7.74%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E51B5D (or 0xE51B5D) is known color: Ruby. HEX triplet: E5, 1B and 5D. RGB value is (229,27,93). Sum of RGB (Red+Green+Blue) = 229+27+93=349 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.62% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 229 - color contains mainly: red. Hex color #E51B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51B5D is #1AE4A2. Grayscale: #5E5E5E. Windows color (decimal): -1762467 or 6101989. OLE color: 6101989.

HSL color Cylindrical-coordinate representation of color #E51B5D: hue angle of 340.4º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51B5D is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 27 93 -
CMYK 0 0.88 0.59 0.10
HSL 340.4º 0.8% 0.5% -
HSV(B) 340.4º 0.88% 0.9% -
XYZ 34.68 18.23 12.05 -
YUV 94.92 126.92 223.63 -
System Red Green Blue C M Y K H S L
Decimal 229 27 93 0 0.88 0.59 0.10 340.4 0.8 0.5
Hex E5 1B 5D 0 58 3B A 154 50 32
Octal 345 33 135 0 130 73 12 524 120 62
Binary 11100101 11011 1011101 0 1011000 111011 1010 101010100 1010000 110010

Color Harmonies of #E51B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51B5D

Black with #E51B5D

Text Example


Text Example

White with #E51B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51B5D; }

 p { color: rgb(229,27,93); }

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

background-color css

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

 a { background-color: rgb(229,27,93); }

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

border-color css

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

 span { border-color: rgb(229,27,93); }

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