Html Css Color HEX #E01279 Ruby

📋 copy color: '#E01279'

red 224 ◦ green 18 ◦ blue 121

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

Shades of Ruby #E01279

Tints of Ruby #E01279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 61.71%
G = 4.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E01279 (or 0xE01279) is known color: Ruby. HEX triplet: E0, 12 and 79. RGB value is (224,18,121). Sum of RGB (Red+Green+Blue) = 224+18+121=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E01279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01279 is #1FED86. Grayscale: #5B5B5B. Windows color (decimal): -2092423 or 7934688. OLE color: 7934688.

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

Color convert

RGB 224 18 121 -
CMYK 0 0.92 0.46 0.12
HSL 330º 0.85% 0.47% -
HSV(B) 330º 0.92% 0.88% -
XYZ 34.41 17.66 19.68 -
YUV 91.34 144.75 222.62 -
System Red Green Blue C M Y K H S L
Decimal 224 18 121 0 0.92 0.46 0.12 330 0.85 0.47
Hex E0 12 79 0 5C 2E C 14A 55 2F
Octal 340 22 171 0 134 56 14 512 125 57
Binary 11100000 10010 1111001 0 1011100 101110 1100 101001010 1010101 101111

Color Harmonies of #E01279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01279

Black with #E01279

Text Example


Text Example

White with #E01279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01279; }

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

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

background-color css

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

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

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

border-color css

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

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

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