Html Css Color HEX #E01071 Ruby

📋 copy color: '#E01071'

red 224 ◦ green 16 ◦ blue 113

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

Shades of Ruby #E01071

Tints of Ruby #E01071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.01%

R = 63.46%
G = 4.53%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E01071 (or 0xE01071) is known color: Ruby. HEX triplet: E0, 10 and 71. RGB value is (224,16,113). Sum of RGB (Red+Green+Blue) = 224+16+113=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E01071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01071 is #1FEF8E. Grayscale: #595959. Windows color (decimal): -2092943 or 7409888. OLE color: 7409888.

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

Color convert

RGB 224 16 113 -
CMYK 0 0.93 0.50 0.12
HSL 332.02º 0.87% 0.47% -
HSV(B) 332.02º 0.93% 0.88% -
XYZ 33.91 17.41 17.2 -
YUV 89.25 141.41 224.11 -
System Red Green Blue C M Y K H S L
Decimal 224 16 113 0 0.93 0.50 0.12 332.02 0.87 0.47
Hex E0 10 71 0 5D 32 C 14C 57 2F
Octal 340 20 161 0 135 62 14 514 127 57
Binary 11100000 10000 1110001 0 1011101 110010 1100 101001100 1010111 101111

Color Harmonies of #E01071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01071

Black with #E01071

Text Example


Text Example

White with #E01071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01071; }

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

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

background-color css

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

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

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

border-color css

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

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

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