Html Css Color HEX #E01277 Ruby

📋 copy color: '#E01277'

red 224 ◦ green 18 ◦ blue 119

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

Shades of Ruby #E01277

Tints of Ruby #E01277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.99%

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

R = 62.05%
G = 4.99%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E01277 (or 0xE01277) is known color: Ruby. HEX triplet: E0, 12 and 77. RGB value is (224,18,119). Sum of RGB (Red+Green+Blue) = 224+18+119=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E01277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01277 is #1FED88. Grayscale: #5A5A5A. Windows color (decimal): -2092425 or 7803616. OLE color: 7803616.

HSL color Cylindrical-coordinate representation of color #E01277: hue angle of 330.58º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01277 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 18 119 -
CMYK 0 0.92 0.47 0.12
HSL 330.58º 0.85% 0.47% -
HSV(B) 330.58º 0.92% 0.88% -
XYZ 34.29 17.61 19.05 -
YUV 91.11 143.75 222.79 -
System Red Green Blue C M Y K H S L
Decimal 224 18 119 0 0.92 0.47 0.12 330.58 0.85 0.47
Hex E0 12 77 0 5C 2F C 14B 55 2F
Octal 340 22 167 0 134 57 14 513 125 57
Binary 11100000 10010 1110111 0 1011100 101111 1100 101001011 1010101 101111

Color Harmonies of #E01277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01277

Black with #E01277

Text Example


Text Example

White with #E01277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01277; }

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

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

background-color css

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

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

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

border-color css

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

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

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