Html Css Color HEX #E40973 Ruby

📋 copy color: '#E40973'

red 228 ◦ green 9 ◦ blue 115

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

Shades of Ruby #E40973

Tints of Ruby #E40973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.56%

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

R = 64.77%
G = 2.56%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E40973 (or 0xE40973) is known color: Ruby. HEX triplet: E4, 09 and 73. RGB value is (228,9,115). Sum of RGB (Red+Green+Blue) = 228+9+115=352 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.77% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 228 - color contains mainly: red. Hex color #E40973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40973 is #1BF68C. Grayscale: #565656. Windows color (decimal): -1832589 or 7539172. OLE color: 7539172.

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

Color convert

RGB 228 9 115 -
CMYK 0 0.96 0.50 0.11
HSL 330.96º 0.92% 0.46% -
HSV(B) 330.96º 0.96% 0.89% -
XYZ 35.19 17.93 17.83 -
YUV 86.57 144.05 228.88 -
System Red Green Blue C M Y K H S L
Decimal 228 9 115 0 0.96 0.50 0.11 330.96 0.92 0.46
Hex E4 9 73 0 60 32 B 14B 5C 2E
Octal 344 11 163 0 140 62 13 513 134 56
Binary 11100100 1001 1110011 0 1100000 110010 1011 101001011 1011100 101110

Color Harmonies of #E40973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40973

Black with #E40973

Text Example


Text Example

White with #E40973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40973; }

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

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

background-color css

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

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

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

border-color css

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

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

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