Html Css Color HEX #E41979 Ruby

📋 copy color: '#E41979'

red 228 ◦ green 25 ◦ blue 121

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

Shades of Ruby #E41979

Tints of Ruby #E41979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.68%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 60.96%
G = 6.68%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E41979 (or 0xE41979) is known color: Ruby. HEX triplet: E4, 19 and 79. RGB value is (228,25,121). Sum of RGB (Red+Green+Blue) = 228+25+121=374 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.96% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 228 - color contains mainly: red. Hex color #E41979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41979 is #1BE686. Grayscale: #606060. Windows color (decimal): -1828487 or 7936484. OLE color: 7936484.

HSL color Cylindrical-coordinate representation of color #E41979: hue angle of 331.63º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41979 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 25 121 -
CMYK 0 0.89 0.47 0.11
HSL 331.63º 0.8% 0.5% -
HSV(B) 331.63º 0.89% 0.89% -
XYZ 35.79 18.57 19.79 -
YUV 96.64 141.75 221.69 -
System Red Green Blue C M Y K H S L
Decimal 228 25 121 0 0.89 0.47 0.11 331.63 0.8 0.5
Hex E4 19 79 0 59 2F B 14C 50 32
Octal 344 31 171 0 131 57 13 514 120 62
Binary 11100100 11001 1111001 0 1011001 101111 1011 101001100 1010000 110010

Color Harmonies of #E41979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41979

Black with #E41979

Text Example


Text Example

White with #E41979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41979; }

 p { color: rgb(228,25,121); }

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

background-color css

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

 a { background-color: rgb(228,25,121); }

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

border-color css

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

 span { border-color: rgb(228,25,121); }

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