Html Css Color HEX #E0127A Ruby

📋 copy color: '#E0127A'

red 224 ◦ green 18 ◦ blue 122

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

Shades of Ruby #E0127A

Tints of Ruby #E0127A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 61.54%
G = 4.95%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0127A (or 0xE0127A) is known color: Ruby. HEX triplet: E0, 12 and 7A. RGB value is (224,18,122). Sum of RGB (Red+Green+Blue) = 224+18+122=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E0127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0127A is #1FED85. Grayscale: #5B5B5B. Windows color (decimal): -2092422 or 8000224. OLE color: 8000224.

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

Color convert

RGB 224 18 122 -
CMYK 0 0.92 0.46 0.12
HSL 329.71º 0.85% 0.47% -
HSV(B) 329.71º 0.92% 0.88% -
XYZ 34.47 17.69 20.01 -
YUV 91.45 145.25 222.54 -
System Red Green Blue C M Y K H S L
Decimal 224 18 122 0 0.92 0.46 0.12 329.71 0.85 0.47
Hex E0 12 7A 0 5C 2E C 14A 55 2F
Octal 340 22 172 0 134 56 14 512 125 57
Binary 11100000 10010 1111010 0 1011100 101110 1100 101001010 1010101 101111

Color Harmonies of #E0127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0127A

Black with #E0127A

Text Example


Text Example

White with #E0127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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