Html Css Color HEX #E41076 Ruby

📋 copy color: '#E41076'

red 228 ◦ green 16 ◦ blue 118

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

Shades of Ruby #E41076

Tints of Ruby #E41076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.42%

 BLUE value IS 118 (46.48% from 255) = 32.6%

R = 62.98%
G = 4.42%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E41076 (or 0xE41076) is known color: Ruby. HEX triplet: E4, 10 and 76. RGB value is (228,16,118). Sum of RGB (Red+Green+Blue) = 228+16+118=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E41076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41076 is #1BEF89. Grayscale: #5A5A5A. Windows color (decimal): -1830794 or 7737572. OLE color: 7737572.

HSL color Cylindrical-coordinate representation of color #E41076: hue angle of 331.13º degrees, saturation: 0.87, 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 #E41076 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 16 118 -
CMYK 0 0.93 0.48 0.11
HSL 331.13º 0.87% 0.48% -
HSV(B) 331.13º 0.93% 0.89% -
XYZ 35.45 18.17 18.78 -
YUV 91.02 143.24 225.71 -
System Red Green Blue C M Y K H S L
Decimal 228 16 118 0 0.93 0.48 0.11 331.13 0.87 0.48
Hex E4 10 76 0 5D 30 B 14B 57 30
Octal 344 20 166 0 135 60 13 513 127 60
Binary 11100100 10000 1110110 0 1011101 110000 1011 101001011 1010111 110000

Color Harmonies of #E41076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41076

Black with #E41076

Text Example


Text Example

White with #E41076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41076; }

 p { color: rgb(228,16,118); }

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

background-color css

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

 a { background-color: rgb(228,16,118); }

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

border-color css

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

 span { border-color: rgb(228,16,118); }

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