Html Css Color HEX #E51A6B Ruby

📋 copy color: '#E51A6B'

red 229 ◦ green 26 ◦ blue 107

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

Shades of Ruby #E51A6B

Tints of Ruby #E51A6B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.18%

 BLUE value IS 107 (42.19% from 255) = 29.56%

R = 63.26%
G = 7.18%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E51A6B (or 0xE51A6B) is known color: Ruby. HEX triplet: E5, 1A and 6B. RGB value is (229,26,107). Sum of RGB (Red+Green+Blue) = 229+26+107=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51A6B is #1AE594. Grayscale: #5F5F5F. Windows color (decimal): -1762709 or 7019237. OLE color: 7019237.

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

Color convert

RGB 229 26 107 -
CMYK 0 0.89 0.53 0.10
HSL 336.06º 0.8% 0.5% -
HSV(B) 336.06º 0.89% 0.9% -
XYZ 35.34 18.46 15.61 -
YUV 95.93 134.25 222.91 -
System Red Green Blue C M Y K H S L
Decimal 229 26 107 0 0.89 0.53 0.10 336.06 0.8 0.5
Hex E5 1A 6B 0 59 35 A 150 50 32
Octal 345 32 153 0 131 65 12 520 120 62
Binary 11100101 11010 1101011 0 1011001 110101 1010 101010000 1010000 110010

Color Harmonies of #E51A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51A6B

Black with #E51A6B

Text Example


Text Example

White with #E51A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51A6B; }

 p { color: rgb(229,26,107); }

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

background-color css

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

 a { background-color: rgb(229,26,107); }

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

border-color css

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

 span { border-color: rgb(229,26,107); }

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