Html Css Color HEX #E21A77 Ruby

📋 copy color: '#E21A77'

red 226 ◦ green 26 ◦ blue 119

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

Shades of Ruby #E21A77

Tints of Ruby #E21A77

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.01%

 BLUE value IS 119 (46.88% from 255) = 32.08%

R = 60.92%
G = 7.01%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E21A77 (or 0xE21A77) is known color: Ruby. HEX triplet: E2, 1A and 77. RGB value is (226,26,119). Sum of RGB (Red+Green+Blue) = 226+26+119=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21A77 is #1DE588. Grayscale: #606060. Windows color (decimal): -1959305 or 7805666. OLE color: 7805666.

HSL color Cylindrical-coordinate representation of color #E21A77: hue angle of 332.1º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21A77 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 26 119 -
CMYK 0 0.88 0.47 0.11
HSL 332.1º 0.79% 0.49% -
HSV(B) 332.1º 0.88% 0.89% -
XYZ 35.06 18.24 19.13 -
YUV 96.4 140.76 220.44 -
System Red Green Blue C M Y K H S L
Decimal 226 26 119 0 0.88 0.47 0.11 332.1 0.79 0.49
Hex E2 1A 77 0 58 2F B 14C 4F 31
Octal 342 32 167 0 130 57 13 514 117 61
Binary 11100010 11010 1110111 0 1011000 101111 1011 101001100 1001111 110001

Color Harmonies of #E21A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A77

Black with #E21A77

Text Example


Text Example

White with #E21A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A77; }

 p { color: rgb(226,26,119); }

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

background-color css

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

 a { background-color: rgb(226,26,119); }

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

border-color css

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

 span { border-color: rgb(226,26,119); }

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