Html Css Color HEX #E40773 Ruby

📋 copy color: '#E40773'

red 228 ◦ green 7 ◦ blue 115

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

Shades of Ruby #E40773

Tints of Ruby #E40773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2%

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

R = 65.14%
G = 2%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E40773 (or 0xE40773) is known color: Ruby. HEX triplet: E4, 07 and 73. RGB value is (228,7,115). Sum of RGB (Red+Green+Blue) = 228+7+115=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E40773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40773 is #1BF88C. Grayscale: #555555. Windows color (decimal): -1833101 or 7538660. OLE color: 7538660.

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

Color convert

RGB 228 7 115 -
CMYK 0 0.97 0.50 0.11
HSL 330.68º 0.94% 0.46% -
HSV(B) 330.68º 0.97% 0.89% -
XYZ 35.17 17.88 17.82 -
YUV 85.39 144.72 229.72 -
System Red Green Blue C M Y K H S L
Decimal 228 7 115 0 0.97 0.50 0.11 330.68 0.94 0.46
Hex E4 7 73 0 61 32 B 14B 5E 2E
Octal 344 7 163 0 141 62 13 513 136 56
Binary 11100100 111 1110011 0 1100001 110010 1011 101001011 1011110 101110

Color Harmonies of #E40773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40773

Black with #E40773

Text Example


Text Example

White with #E40773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40773; }

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

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

background-color css

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

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

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

border-color css

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

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

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