Html Css Color HEX #E01477 Ruby

📋 copy color: '#E01477'

red 224 ◦ green 20 ◦ blue 119

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

Shades of Ruby #E01477

Tints of Ruby #E01477

RGB

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

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

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

R = 61.71%
G = 5.51%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E01477 (or 0xE01477) is known color: Ruby. HEX triplet: E0, 14 and 77. RGB value is (224,20,119). Sum of RGB (Red+Green+Blue) = 224+20+119=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E01477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01477 is #1FEB88. Grayscale: #5C5C5C. Windows color (decimal): -2091913 or 7804128. OLE color: 7804128.

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

Color convert

RGB 224 20 119 -
CMYK 0 0.91 0.47 0.12
HSL 330.88º 0.84% 0.48% -
HSV(B) 330.88º 0.91% 0.88% -
XYZ 34.32 17.68 19.06 -
YUV 92.28 143.09 221.95 -
System Red Green Blue C M Y K H S L
Decimal 224 20 119 0 0.91 0.47 0.12 330.88 0.84 0.48
Hex E0 14 77 0 5B 2F C 14B 54 30
Octal 340 24 167 0 133 57 14 513 124 60
Binary 11100000 10100 1110111 0 1011011 101111 1100 101001011 1010100 110000

Color Harmonies of #E01477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01477

Black with #E01477

Text Example


Text Example

White with #E01477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01477; }

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

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

background-color css

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

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

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

border-color css

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

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

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