Html Css Color HEX #E01777 Ruby

📋 copy color: '#E01777'

red 224 ◦ green 23 ◦ blue 119

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

Shades of Ruby #E01777

Tints of Ruby #E01777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.51%

R = 61.2%
G = 6.28%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E01777 (or 0xE01777) is known color: Ruby. HEX triplet: E0, 17 and 77. RGB value is (224,23,119). Sum of RGB (Red+Green+Blue) = 224+23+119=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E01777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01777 is #1FE888. Grayscale: #5D5D5D. Windows color (decimal): -2091145 or 7804896. OLE color: 7804896.

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

Color convert

RGB 224 23 119 -
CMYK 0 0.90 0.47 0.12
HSL 331.34º 0.81% 0.48% -
HSV(B) 331.34º 0.9% 0.88% -
XYZ 34.38 17.79 19.08 -
YUV 94.04 142.09 220.69 -
System Red Green Blue C M Y K H S L
Decimal 224 23 119 0 0.90 0.47 0.12 331.34 0.81 0.48
Hex E0 17 77 0 5A 2F C 14B 51 30
Octal 340 27 167 0 132 57 14 513 121 60
Binary 11100000 10111 1110111 0 1011010 101111 1100 101001011 1010001 110000

Color Harmonies of #E01777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01777

Black with #E01777

Text Example


Text Example

White with #E01777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01777; }

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

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

background-color css

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

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

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

border-color css

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

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

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