Html Css Color HEX #E01059 Ruby

📋 copy color: '#E01059'

red 224 ◦ green 16 ◦ blue 89

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

Shades of Ruby #E01059

Tints of Ruby #E01059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.86%

 BLUE value IS 89 (35.16% from 255) = 27.05%

R = 68.09%
G = 4.86%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E01059 (or 0xE01059) is known color: Ruby. HEX triplet: E0, 10 and 59. RGB value is (224,16,89). Sum of RGB (Red+Green+Blue) = 224+16+89=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E01059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01059 is #1FEFA6. Grayscale: #565656. Windows color (decimal): -2092967 or 5837024. OLE color: 5837024.

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

Color convert

RGB 224 16 89 -
CMYK 0 0.93 0.60 0.12
HSL 338.94º 0.87% 0.47% -
HSV(B) 338.94º 0.93% 0.88% -
XYZ 32.73 16.94 11 -
YUV 86.51 129.41 226.06 -
System Red Green Blue C M Y K H S L
Decimal 224 16 89 0 0.93 0.60 0.12 338.94 0.87 0.47
Hex E0 10 59 0 5D 3C C 153 57 2F
Octal 340 20 131 0 135 74 14 523 127 57
Binary 11100000 10000 1011001 0 1011101 111100 1100 101010011 1010111 101111

Color Harmonies of #E01059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01059

Black with #E01059

Text Example


Text Example

White with #E01059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01059; }

 p { color: rgb(224,16,89); }

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

background-color css

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

 a { background-color: rgb(224,16,89); }

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

border-color css

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

 span { border-color: rgb(224,16,89); }

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