Html Css Color HEX #E5126F Ruby

📋 copy color: '#E5126F'

red 229 ◦ green 18 ◦ blue 111

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

Shades of Ruby #E5126F

Tints of Ruby #E5126F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 63.97%
G = 5.03%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5126F (or 0xE5126F) is known color: Ruby. HEX triplet: E5, 12 and 6F. RGB value is (229,18,111). Sum of RGB (Red+Green+Blue) = 229+18+111=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5126F is #1AED90. Grayscale: #5B5B5B. Windows color (decimal): -1764753 or 7279333. OLE color: 7279333.

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

Color convert

RGB 229 18 111 -
CMYK 0 0.92 0.52 0.10
HSL 333.55º 0.85% 0.48% -
HSV(B) 333.55º 0.92% 0.9% -
XYZ 35.4 18.24 16.69 -
YUV 91.69 138.9 225.94 -
System Red Green Blue C M Y K H S L
Decimal 229 18 111 0 0.92 0.52 0.10 333.55 0.85 0.48
Hex E5 12 6F 0 5C 34 A 14E 55 30
Octal 345 22 157 0 134 64 12 516 125 60
Binary 11100101 10010 1101111 0 1011100 110100 1010 101001110 1010101 110000

Color Harmonies of #E5126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5126F

Black with #E5126F

Text Example


Text Example

White with #E5126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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