Html Css Color HEX #E21761 Ruby

📋 copy color: '#E21761'

red 226 ◦ green 23 ◦ blue 97

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

Shades of Ruby #E21761

Tints of Ruby #E21761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.65%

 BLUE value IS 97 (38.28% from 255) = 28.03%

R = 65.32%
G = 6.65%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E21761 (or 0xE21761) is known color: Ruby. HEX triplet: E2, 17 and 61. RGB value is (226,23,97). Sum of RGB (Red+Green+Blue) = 226+23+97=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E21761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21761 is #1DE89E. Grayscale: #5C5C5C. Windows color (decimal): -1960095 or 6363106. OLE color: 6363106.

HSL color Cylindrical-coordinate representation of color #E21761: hue angle of 338.13º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21761 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 23 97 -
CMYK 0 0.90 0.57 0.11
HSL 338.13º 0.82% 0.49% -
HSV(B) 338.13º 0.9% 0.89% -
XYZ 33.83 17.64 12.93 -
YUV 92.13 130.75 223.48 -
System Red Green Blue C M Y K H S L
Decimal 226 23 97 0 0.90 0.57 0.11 338.13 0.82 0.49
Hex E2 17 61 0 5A 39 B 152 52 31
Octal 342 27 141 0 132 71 13 522 122 61
Binary 11100010 10111 1100001 0 1011010 111001 1011 101010010 1010010 110001

Color Harmonies of #E21761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21761

Black with #E21761

Text Example


Text Example

White with #E21761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21761; }

 p { color: rgb(226,23,97); }

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

background-color css

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

 a { background-color: rgb(226,23,97); }

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

border-color css

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

 span { border-color: rgb(226,23,97); }

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