Html Css Color HEX #E0126F Ruby

📋 copy color: '#E0126F'

red 224 ◦ green 18 ◦ blue 111

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

Shades of Ruby #E0126F

Tints of Ruby #E0126F

RGB

 RED value IS 224 (87.89% from 255) = 63.46%

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

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

R = 63.46%
G = 5.1%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0126F (or 0xE0126F) is known color: Ruby. HEX triplet: E0, 12 and 6F. RGB value is (224,18,111). Sum of RGB (Red+Green+Blue) = 224+18+111=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E0126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0126F is #1FED90. Grayscale: #5A5A5A. Windows color (decimal): -2092433 or 7279328. OLE color: 7279328.

HSL color Cylindrical-coordinate representation of color #E0126F: hue angle of 332.91º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0126F is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 18 111 -
CMYK 0 0.92 0.50 0.12
HSL 332.91º 0.85% 0.47% -
HSV(B) 332.91º 0.92% 0.88% -
XYZ 33.83 17.43 16.62 -
YUV 90.2 139.75 223.44 -
System Red Green Blue C M Y K H S L
Decimal 224 18 111 0 0.92 0.50 0.12 332.91 0.85 0.47
Hex E0 12 6F 0 5C 32 C 14D 55 2F
Octal 340 22 157 0 134 62 14 515 125 57
Binary 11100000 10010 1101111 0 1011100 110010 1100 101001101 1010101 101111

Color Harmonies of #E0126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0126F

Black with #E0126F

Text Example


Text Example

White with #E0126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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