Html Css Color HEX #E01F71 Ruby

📋 copy color: '#E01F71'

red 224 ◦ green 31 ◦ blue 113

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

Shades of Ruby #E01F71

Tints of Ruby #E01F71

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.42%

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

R = 60.87%
G = 8.42%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E01F71 (or 0xE01F71) is known color: Ruby. HEX triplet: E0, 1F and 71. RGB value is (224,31,113). Sum of RGB (Red+Green+Blue) = 224+31+113=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01F71 is #1FE08E. Grayscale: #616161. Windows color (decimal): -2089103 or 7413728. OLE color: 7413728.

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

Color convert

RGB 224 31 113 -
CMYK 0 0.86 0.50 0.12
HSL 334.51º 0.76% 0.5% -
HSV(B) 334.51º 0.86% 0.88% -
XYZ 34.21 18.02 17.3 -
YUV 98.06 136.44 217.83 -
System Red Green Blue C M Y K H S L
Decimal 224 31 113 0 0.86 0.50 0.12 334.51 0.76 0.5
Hex E0 1F 71 0 56 32 C 14F 4C 32
Octal 340 37 161 0 126 62 14 517 114 62
Binary 11100000 11111 1110001 0 1010110 110010 1100 101001111 1001100 110010

Color Harmonies of #E01F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01F71

Black with #E01F71

Text Example


Text Example

White with #E01F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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