Html Css Color HEX #E0126B Ruby

📋 copy color: '#E0126B'

red 224 ◦ green 18 ◦ blue 107

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

Shades of Ruby #E0126B

Tints of Ruby #E0126B

RGB

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

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

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

R = 64.18%
G = 5.16%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0126B (or 0xE0126B) is known color: Ruby. HEX triplet: E0, 12 and 6B. RGB value is (224,18,107). Sum of RGB (Red+Green+Blue) = 224+18+107=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E0126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0126B is #1FED94. Grayscale: #595959. Windows color (decimal): -2092437 or 7017184. OLE color: 7017184.

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

Color convert

RGB 224 18 107 -
CMYK 0 0.92 0.52 0.12
HSL 334.08º 0.85% 0.47% -
HSV(B) 334.08º 0.92% 0.88% -
XYZ 33.61 17.34 15.49 -
YUV 89.74 137.75 223.76 -
System Red Green Blue C M Y K H S L
Decimal 224 18 107 0 0.92 0.52 0.12 334.08 0.85 0.47
Hex E0 12 6B 0 5C 34 C 14E 55 2F
Octal 340 22 153 0 134 64 14 516 125 57
Binary 11100000 10010 1101011 0 1011100 110100 1100 101001110 1010101 101111

Color Harmonies of #E0126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0126B

Black with #E0126B

Text Example


Text Example

White with #E0126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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