Html Css Color HEX #E21361 Ruby

📋 copy color: '#E21361'

red 226 ◦ green 19 ◦ blue 97

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

Shades of Ruby #E21361

Tints of Ruby #E21361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.56%

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

R = 66.08%
G = 5.56%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E21361 (or 0xE21361) is known color: Ruby. HEX triplet: E2, 13 and 61. RGB value is (226,19,97). Sum of RGB (Red+Green+Blue) = 226+19+97=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E21361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21361 is #1DEC9E. Grayscale: #595959. Windows color (decimal): -1961119 or 6362082. OLE color: 6362082.

HSL color Cylindrical-coordinate representation of color #E21361: hue angle of 337.39º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21361 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 19 97 -
CMYK 0 0.92 0.57 0.11
HSL 337.39º 0.84% 0.48% -
HSV(B) 337.39º 0.92% 0.89% -
XYZ 33.75 17.5 12.91 -
YUV 89.79 132.08 225.16 -
System Red Green Blue C M Y K H S L
Decimal 226 19 97 0 0.92 0.57 0.11 337.39 0.84 0.48
Hex E2 13 61 0 5C 39 B 151 54 30
Octal 342 23 141 0 134 71 13 521 124 60
Binary 11100010 10011 1100001 0 1011100 111001 1011 101010001 1010100 110000

Color Harmonies of #E21361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21361

Black with #E21361

Text Example


Text Example

White with #E21361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21361; }

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

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

background-color css

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

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

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

border-color css

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

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

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