Html Css Color HEX #E5126B Ruby

📋 copy color: '#E5126B'

red 229 ◦ green 18 ◦ blue 107

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

Shades of Ruby #E5126B

Tints of Ruby #E5126B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.08%

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

R = 64.69%
G = 5.08%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5126B (or 0xE5126B) is known color: Ruby. HEX triplet: E5, 12 and 6B. RGB value is (229,18,107). Sum of RGB (Red+Green+Blue) = 229+18+107=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E5126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5126B is #1AED94. Grayscale: #5B5B5B. Windows color (decimal): -1764757 or 7017189. OLE color: 7017189.

HSL color Cylindrical-coordinate representation of color #E5126B: hue angle of 334.69º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5126B is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 18 107 -
CMYK 0 0.92 0.53 0.10
HSL 334.69º 0.85% 0.48% -
HSV(B) 334.69º 0.92% 0.9% -
XYZ 35.18 18.15 15.56 -
YUV 91.24 136.9 226.26 -
System Red Green Blue C M Y K H S L
Decimal 229 18 107 0 0.92 0.53 0.10 334.69 0.85 0.48
Hex E5 12 6B 0 5C 35 A 14F 55 30
Octal 345 22 153 0 134 65 12 517 125 60
Binary 11100101 10010 1101011 0 1011100 110101 1010 101001111 1010101 110000

Color Harmonies of #E5126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5126B

Black with #E5126B

Text Example


Text Example

White with #E5126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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