Html Css Color HEX #E01473 Ruby

📋 copy color: '#E01473'

red 224 ◦ green 20 ◦ blue 115

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

Shades of Ruby #E01473

Tints of Ruby #E01473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.57%

 BLUE value IS 115 (45.31% from 255) = 32.03%

R = 62.4%
G = 5.57%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E01473 (or 0xE01473) is known color: Ruby. HEX triplet: E0, 14 and 73. RGB value is (224,20,115). Sum of RGB (Red+Green+Blue) = 224+20+115=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E01473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01473 is #1FEB8C. Grayscale: #5B5B5B. Windows color (decimal): -2091917 or 7541984. OLE color: 7541984.

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

Color convert

RGB 224 20 115 -
CMYK 0 0.91 0.49 0.12
HSL 332.06º 0.84% 0.48% -
HSV(B) 332.06º 0.91% 0.88% -
XYZ 34.09 17.59 17.82 -
YUV 91.83 141.09 222.28 -
System Red Green Blue C M Y K H S L
Decimal 224 20 115 0 0.91 0.49 0.12 332.06 0.84 0.48
Hex E0 14 73 0 5B 31 C 14C 54 30
Octal 340 24 163 0 133 61 14 514 124 60
Binary 11100000 10100 1110011 0 1011011 110001 1100 101001100 1010100 110000

Color Harmonies of #E01473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01473

Black with #E01473

Text Example


Text Example

White with #E01473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01473; }

 p { color: rgb(224,20,115); }

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

background-color css

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

 a { background-color: rgb(224,20,115); }

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

border-color css

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

 span { border-color: rgb(224,20,115); }

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