Html Css Color HEX #E20771 Ruby

📋 copy color: '#E20771'

red 226 ◦ green 7 ◦ blue 113

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

Shades of Ruby #E20771

Tints of Ruby #E20771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

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

R = 65.32%
G = 2.02%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E20771 (or 0xE20771) is known color: Ruby. HEX triplet: E2, 07 and 71. RGB value is (226,7,113). Sum of RGB (Red+Green+Blue) = 226+7+113=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E20771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20771 is #1DF88E. Grayscale: #545454. Windows color (decimal): -1964175 or 7407586. OLE color: 7407586.

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

Color convert

RGB 226 7 113 -
CMYK 0 0.97 0.5 0.11
HSL 330.96º 0.94% 0.46% -
HSV(B) 330.96º 0.97% 0.89% -
XYZ 34.42 17.51 17.19 -
YUV 84.57 144.05 228.88 -
System Red Green Blue C M Y K H S L
Decimal 226 7 113 0 0.97 0.5 0.11 330.96 0.94 0.46
Hex E2 7 71 0 61 32 B 14B 5E 2E
Octal 342 7 161 0 141 62 13 513 136 56
Binary 11100010 111 1110001 0 1100001 110010 1011 101001011 1011110 101110

Color Harmonies of #E20771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20771

Black with #E20771

Text Example


Text Example

White with #E20771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20771; }

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

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

background-color css

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

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

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

border-color css

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

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

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