Html Css Color HEX #E41479 Ruby

📋 copy color: '#E41479'

red 228 ◦ green 20 ◦ blue 121

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

Shades of Ruby #E41479

Tints of Ruby #E41479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.42%

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

R = 61.79%
G = 5.42%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E41479 (or 0xE41479) is known color: Ruby. HEX triplet: E4, 14 and 79. RGB value is (228,20,121). Sum of RGB (Red+Green+Blue) = 228+20+121=369 (48% of max value = 765). Red value is 228 (89.45% from 255 or 61.79% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 228 - color contains mainly: red. Hex color #E41479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41479 is #1BEB86. Grayscale: #5D5D5D. Windows color (decimal): -1829767 or 7935204. OLE color: 7935204.

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

Color convert

RGB 228 20 121 -
CMYK 0 0.91 0.47 0.11
HSL 330.87º 0.84% 0.49% -
HSV(B) 330.87º 0.91% 0.89% -
XYZ 35.7 18.37 19.75 -
YUV 93.71 143.41 223.79 -
System Red Green Blue C M Y K H S L
Decimal 228 20 121 0 0.91 0.47 0.11 330.87 0.84 0.49
Hex E4 14 79 0 5B 2F B 14B 54 31
Octal 344 24 171 0 133 57 13 513 124 61
Binary 11100100 10100 1111001 0 1011011 101111 1011 101001011 1010100 110001

Color Harmonies of #E41479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41479

Black with #E41479

Text Example


Text Example

White with #E41479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41479; }

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

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

background-color css

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

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

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

border-color css

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

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

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