Html Css Color HEX #E22073 Ruby

📋 copy color: '#E22073'

red 226 ◦ green 32 ◦ blue 115

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

Shades of Ruby #E22073

Tints of Ruby #E22073

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.58%

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

R = 60.59%
G = 8.58%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E22073 (or 0xE22073) is known color: Ruby. HEX triplet: E2, 20 and 73. RGB value is (226,32,115). Sum of RGB (Red+Green+Blue) = 226+32+115=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E22073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22073 is #1DDF8C. Grayscale: #636363. Windows color (decimal): -1957773 or 7545058. OLE color: 7545058.

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

Color convert

RGB 226 32 115 -
CMYK 0 0.86 0.49 0.11
HSL 334.33º 0.77% 0.51% -
HSV(B) 334.33º 0.86% 0.89% -
XYZ 34.98 18.44 17.94 -
YUV 99.47 136.77 218.25 -
System Red Green Blue C M Y K H S L
Decimal 226 32 115 0 0.86 0.49 0.11 334.33 0.77 0.51
Hex E2 20 73 0 56 31 B 14E 4D 33
Octal 342 40 163 0 126 61 13 516 115 63
Binary 11100010 100000 1110011 0 1010110 110001 1011 101001110 1001101 110011

Color Harmonies of #E22073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22073

Black with #E22073

Text Example


Text Example

White with #E22073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22073; }

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

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

background-color css

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

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

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

border-color css

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

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

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