Html Css Color HEX #E11673 Ruby

📋 copy color: '#E11673'

red 225 ◦ green 22 ◦ blue 115

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

Shades of Ruby #E11673

Tints of Ruby #E11673

RGB

 RED value IS 225 (88.28% from 255) = 62.15%

 GREEN value IS 22 (8.98% from 255) = 6.08%

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

R = 62.15%
G = 6.08%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E11673 (or 0xE11673) is known color: Ruby. HEX triplet: E1, 16 and 73. RGB value is (225,22,115). Sum of RGB (Red+Green+Blue) = 225+22+115=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E11673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11673 is #1EE98C. Grayscale: #5D5D5D. Windows color (decimal): -2025869 or 7542497. OLE color: 7542497.

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

Color convert

RGB 225 22 115 -
CMYK 0 0.90 0.49 0.12
HSL 332.51º 0.82% 0.48% -
HSV(B) 332.51º 0.9% 0.88% -
XYZ 34.43 17.82 17.84 -
YUV 93.3 140.25 221.94 -
System Red Green Blue C M Y K H S L
Decimal 225 22 115 0 0.90 0.49 0.12 332.51 0.82 0.48
Hex E1 16 73 0 5A 31 C 14D 52 30
Octal 341 26 163 0 132 61 14 515 122 60
Binary 11100001 10110 1110011 0 1011010 110001 1100 101001101 1010010 110000

Color Harmonies of #E11673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11673

Black with #E11673

Text Example


Text Example

White with #E11673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11673; }

 p { color: rgb(225,22,115); }

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

background-color css

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

 a { background-color: rgb(225,22,115); }

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

border-color css

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

 span { border-color: rgb(225,22,115); }

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