Html Css Color HEX #E0137A Ruby

📋 copy color: '#E0137A'

red 224 ◦ green 19 ◦ blue 122

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

Shades of Ruby #E0137A

Tints of Ruby #E0137A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.21%

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

R = 61.37%
G = 5.21%
B = 33.42%

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

#E0137A (or 0xE0137A) is known color: Ruby. HEX triplet: E0, 13 and 7A. RGB value is (224,19,122). Sum of RGB (Red+Green+Blue) = 224+19+122=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0137A is #1FEC85. Grayscale: #5B5B5B. Windows color (decimal): -2092166 or 8000480. OLE color: 8000480.

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

Color convert

RGB 224 19 122 -
CMYK 0 0.92 0.46 0.12
HSL 329.85º 0.84% 0.48% -
HSV(B) 329.85º 0.92% 0.88% -
XYZ 34.49 17.72 20.01 -
YUV 92.04 144.92 222.12 -
System Red Green Blue C M Y K H S L
Decimal 224 19 122 0 0.92 0.46 0.12 329.85 0.84 0.48
Hex E0 13 7A 0 5C 2E C 14A 54 30
Octal 340 23 172 0 134 56 14 512 124 60
Binary 11100000 10011 1111010 0 1011100 101110 1100 101001010 1010100 110000

Color Harmonies of #E0137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0137A

Black with #E0137A

Text Example


Text Example

White with #E0137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0137A; }

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

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

background-color css

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

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

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

border-color css

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

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

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