Html Css Color HEX #E21573 Ruby

📋 copy color: '#E21573'

red 226 ◦ green 21 ◦ blue 115

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

Shades of Ruby #E21573

Tints of Ruby #E21573

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.8%

 BLUE value IS 115 (45.31% from 255) = 31.77%

R = 62.43%
G = 5.8%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E21573 (or 0xE21573) is known color: Ruby. HEX triplet: E2, 15 and 73. RGB value is (226,21,115). Sum of RGB (Red+Green+Blue) = 226+21+115=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E21573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21573 is #1DEA8C. Grayscale: #5C5C5C. Windows color (decimal): -1960589 or 7542242. OLE color: 7542242.

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

Color convert

RGB 226 21 115 -
CMYK 0 0.91 0.49 0.11
HSL 332.49º 0.83% 0.48% -
HSV(B) 332.49º 0.91% 0.89% -
XYZ 34.73 17.94 17.85 -
YUV 93.01 140.42 222.86 -
System Red Green Blue C M Y K H S L
Decimal 226 21 115 0 0.91 0.49 0.11 332.49 0.83 0.48
Hex E2 15 73 0 5B 31 B 14C 53 30
Octal 342 25 163 0 133 61 13 514 123 60
Binary 11100010 10101 1110011 0 1011011 110001 1011 101001100 1010011 110000

Color Harmonies of #E21573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21573

Black with #E21573

Text Example


Text Example

White with #E21573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21573; }

 p { color: rgb(226,21,115); }

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

background-color css

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

 a { background-color: rgb(226,21,115); }

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

border-color css

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

 span { border-color: rgb(226,21,115); }

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