Html Css Color HEX #E20571 Ruby

📋 copy color: '#E20571'

red 226 ◦ green 5 ◦ blue 113

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

Shades of Ruby #E20571

Tints of Ruby #E20571

RGB

 RED value IS 226 (88.67% from 255) = 65.7%

 GREEN value IS 5 (2.34% from 255) = 1.45%

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

R = 65.7%
G = 1.45%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E20571 (or 0xE20571) is known color: Ruby. HEX triplet: E2, 05 and 71. RGB value is (226,5,113). Sum of RGB (Red+Green+Blue) = 226+5+113=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E20571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20571 is #1DFA8E. Grayscale: #535353. Windows color (decimal): -1964687 or 7407074. OLE color: 7407074.

HSL color Cylindrical-coordinate representation of color #E20571: hue angle of 330.68º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20571 is Cyan = 0, Magento = 0.98, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 5 113 -
CMYK 0 0.98 0.5 0.11
HSL 330.68º 0.96% 0.45% -
HSV(B) 330.68º 0.98% 0.89% -
XYZ 34.4 17.47 17.18 -
YUV 83.39 144.72 229.72 -
System Red Green Blue C M Y K H S L
Decimal 226 5 113 0 0.98 0.5 0.11 330.68 0.96 0.45
Hex E2 5 71 0 62 32 B 14B 60 2D
Octal 342 5 161 0 142 62 13 513 140 55
Binary 11100010 101 1110001 0 1100010 110010 1011 101001011 1100000 101101

Color Harmonies of #E20571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20571

Black with #E20571

Text Example


Text Example

White with #E20571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20571; }

 p { color: rgb(226,5,113); }

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

background-color css

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

 a { background-color: rgb(226,5,113); }

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

border-color css

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

 span { border-color: rgb(226,5,113); }

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