Html Css Color HEX #E01773 Ruby

📋 copy color: '#E01773'

red 224 ◦ green 23 ◦ blue 115

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

Shades of Ruby #E01773

Tints of Ruby #E01773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.35%

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

R = 61.88%
G = 6.35%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E01773 (or 0xE01773) is known color: Ruby. HEX triplet: E0, 17 and 73. RGB value is (224,23,115). Sum of RGB (Red+Green+Blue) = 224+23+115=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E01773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01773 is #1FE88C. Grayscale: #5D5D5D. Windows color (decimal): -2091149 or 7542752. OLE color: 7542752.

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

Color convert

RGB 224 23 115 -
CMYK 0 0.90 0.49 0.12
HSL 332.54º 0.81% 0.48% -
HSV(B) 332.54º 0.9% 0.88% -
XYZ 34.14 17.7 17.84 -
YUV 93.59 140.09 221.02 -
System Red Green Blue C M Y K H S L
Decimal 224 23 115 0 0.90 0.49 0.12 332.54 0.81 0.48
Hex E0 17 73 0 5A 31 C 14D 51 30
Octal 340 27 163 0 132 61 14 515 121 60
Binary 11100000 10111 1110011 0 1011010 110001 1100 101001101 1010001 110000

Color Harmonies of #E01773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01773

Black with #E01773

Text Example


Text Example

White with #E01773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01773; }

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

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

background-color css

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

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

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

border-color css

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

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

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