Html Css Color HEX #E5126C Ruby

📋 copy color: '#E5126C'

red 229 ◦ green 18 ◦ blue 108

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

Shades of Ruby #E5126C

Tints of Ruby #E5126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.42%

R = 64.51%
G = 5.07%
B = 30.42%

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

#E5126C (or 0xE5126C) is known color: Ruby. HEX triplet: E5, 12 and 6C. RGB value is (229,18,108). Sum of RGB (Red+Green+Blue) = 229+18+108=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E5126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5126C is #1AED93. Grayscale: #5B5B5B. Windows color (decimal): -1764756 or 7082725. OLE color: 7082725.

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

Color convert

RGB 229 18 108 -
CMYK 0 0.92 0.53 0.10
HSL 334.41º 0.85% 0.48% -
HSV(B) 334.41º 0.92% 0.9% -
XYZ 35.24 18.17 15.84 -
YUV 91.35 137.4 226.18 -
System Red Green Blue C M Y K H S L
Decimal 229 18 108 0 0.92 0.53 0.10 334.41 0.85 0.48
Hex E5 12 6C 0 5C 35 A 14E 55 30
Octal 345 22 154 0 134 65 12 516 125 60
Binary 11100101 10010 1101100 0 1011100 110101 1010 101001110 1010101 110000

Color Harmonies of #E5126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5126C

Black with #E5126C

Text Example


Text Example

White with #E5126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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