Html Css Color HEX #E01677 Ruby

📋 copy color: '#E01677'

red 224 ◦ green 22 ◦ blue 119

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

Shades of Ruby #E01677

Tints of Ruby #E01677

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.03%

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

R = 61.37%
G = 6.03%
B = 32.6%

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

#E01677 (or 0xE01677) is known color: Ruby. HEX triplet: E0, 16 and 77. RGB value is (224,22,119). Sum of RGB (Red+Green+Blue) = 224+22+119=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E01677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01677 is #1FE988. Grayscale: #5D5D5D. Windows color (decimal): -2091401 or 7804640. OLE color: 7804640.

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

Color convert

RGB 224 22 119 -
CMYK 0 0.90 0.47 0.12
HSL 331.19º 0.82% 0.48% -
HSV(B) 331.19º 0.9% 0.88% -
XYZ 34.36 17.75 19.07 -
YUV 93.46 142.42 221.11 -
System Red Green Blue C M Y K H S L
Decimal 224 22 119 0 0.90 0.47 0.12 331.19 0.82 0.48
Hex E0 16 77 0 5A 2F C 14B 52 30
Octal 340 26 167 0 132 57 14 513 122 60
Binary 11100000 10110 1110111 0 1011010 101111 1100 101001011 1010010 110000

Color Harmonies of #E01677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01677

Black with #E01677

Text Example


Text Example

White with #E01677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01677; }

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

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

background-color css

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

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

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

border-color css

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

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

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