Html Css Color HEX #E21073 Ruby

📋 copy color: '#E21073'

red 226 ◦ green 16 ◦ blue 115

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

Shades of Ruby #E21073

Tints of Ruby #E21073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.48%

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

R = 63.31%
G = 4.48%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E21073 (or 0xE21073) is known color: Ruby. HEX triplet: E2, 10 and 73. RGB value is (226,16,115). Sum of RGB (Red+Green+Blue) = 226+16+115=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E21073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21073 is #1DEF8C. Grayscale: #595959. Windows color (decimal): -1961869 or 7540962. OLE color: 7540962.

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

Color convert

RGB 226 16 115 -
CMYK 0 0.93 0.49 0.11
HSL 331.71º 0.87% 0.47% -
HSV(B) 331.71º 0.93% 0.89% -
XYZ 34.64 17.78 17.83 -
YUV 90.08 142.07 224.95 -
System Red Green Blue C M Y K H S L
Decimal 226 16 115 0 0.93 0.49 0.11 331.71 0.87 0.47
Hex E2 10 73 0 5D 31 B 14C 57 2F
Octal 342 20 163 0 135 61 13 514 127 57
Binary 11100010 10000 1110011 0 1011101 110001 1011 101001100 1010111 101111

Color Harmonies of #E21073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21073

Black with #E21073

Text Example


Text Example

White with #E21073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21073; }

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

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

background-color css

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

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

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

border-color css

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

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

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