Html Css Color HEX #E01571 Ruby

📋 copy color: '#E01571'

red 224 ◦ green 21 ◦ blue 113

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

Shades of Ruby #E01571

Tints of Ruby #E01571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.87%

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

R = 62.57%
G = 5.87%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E01571 (or 0xE01571) is known color: Ruby. HEX triplet: E0, 15 and 71. RGB value is (224,21,113). Sum of RGB (Red+Green+Blue) = 224+21+113=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E01571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01571 is #1FEA8E. Grayscale: #5C5C5C. Windows color (decimal): -2091663 or 7411168. OLE color: 7411168.

HSL color Cylindrical-coordinate representation of color #E01571: hue angle of 332.81º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01571 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 21 113 -
CMYK 0 0.91 0.50 0.12
HSL 332.81º 0.83% 0.48% -
HSV(B) 332.81º 0.91% 0.88% -
XYZ 33.99 17.58 17.22 -
YUV 92.19 139.75 222.02 -
System Red Green Blue C M Y K H S L
Decimal 224 21 113 0 0.91 0.50 0.12 332.81 0.83 0.48
Hex E0 15 71 0 5B 32 C 14D 53 30
Octal 340 25 161 0 133 62 14 515 123 60
Binary 11100000 10101 1110001 0 1011011 110010 1100 101001101 1010011 110000

Color Harmonies of #E01571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01571

Black with #E01571

Text Example


Text Example

White with #E01571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01571; }

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

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

background-color css

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

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

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

border-color css

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

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

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