Html Css Color HEX #E41173 Ruby

📋 copy color: '#E41173'

red 228 ◦ green 17 ◦ blue 115

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

Shades of Ruby #E41173

Tints of Ruby #E41173

RGB

 RED value IS 228 (89.45% from 255) = 63.33%

 GREEN value IS 17 (7.03% from 255) = 4.72%

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

R = 63.33%
G = 4.72%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E41173 (or 0xE41173) is known color: Ruby. HEX triplet: E4, 11 and 73. RGB value is (228,17,115). Sum of RGB (Red+Green+Blue) = 228+17+115=360 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.33% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 228 - color contains mainly: red. Hex color #E41173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41173 is #1BEE8C. Grayscale: #5B5B5B. Windows color (decimal): -1830541 or 7541220. OLE color: 7541220.

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

Color convert

RGB 228 17 115 -
CMYK 0 0.93 0.50 0.11
HSL 332.13º 0.86% 0.48% -
HSV(B) 332.13º 0.93% 0.89% -
XYZ 35.29 18.13 17.86 -
YUV 91.26 141.4 225.53 -
System Red Green Blue C M Y K H S L
Decimal 228 17 115 0 0.93 0.50 0.11 332.13 0.86 0.48
Hex E4 11 73 0 5D 32 B 14C 56 30
Octal 344 21 163 0 135 62 13 514 126 60
Binary 11100100 10001 1110011 0 1011101 110010 1011 101001100 1010110 110000

Color Harmonies of #E41173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41173

Black with #E41173

Text Example


Text Example

White with #E41173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41173; }

 p { color: rgb(228,17,115); }

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

background-color css

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

 a { background-color: rgb(228,17,115); }

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

border-color css

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

 span { border-color: rgb(228,17,115); }

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