Html Css Color HEX #E0126A Ruby

📋 copy color: '#E0126A'

red 224 ◦ green 18 ◦ blue 106

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

Shades of Ruby #E0126A

Tints of Ruby #E0126A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 64.37%
G = 5.17%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0126A (or 0xE0126A) is known color: Ruby. HEX triplet: E0, 12 and 6A. RGB value is (224,18,106). Sum of RGB (Red+Green+Blue) = 224+18+106=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E0126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0126A is #1FED95. Grayscale: #595959. Windows color (decimal): -2092438 or 6951648. OLE color: 6951648.

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

Color convert

RGB 224 18 106 -
CMYK 0 0.92 0.53 0.12
HSL 334.37º 0.85% 0.47% -
HSV(B) 334.37º 0.92% 0.88% -
XYZ 33.56 17.32 15.21 -
YUV 89.63 137.25 223.84 -
System Red Green Blue C M Y K H S L
Decimal 224 18 106 0 0.92 0.53 0.12 334.37 0.85 0.47
Hex E0 12 6A 0 5C 35 C 14E 55 2F
Octal 340 22 152 0 134 65 14 516 125 57
Binary 11100000 10010 1101010 0 1011100 110101 1100 101001110 1010101 101111

Color Harmonies of #E0126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0126A

Black with #E0126A

Text Example


Text Example

White with #E0126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0126A; }

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

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

background-color css

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

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

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

border-color css

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

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

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