Html Css Color HEX #E40379 Ruby

📋 copy color: '#E40379'

red 228 ◦ green 3 ◦ blue 121

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

Shades of Ruby #E40379

Tints of Ruby #E40379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 64.77%
G = 0.85%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E40379 (or 0xE40379) is known color: Ruby. HEX triplet: E4, 03 and 79. RGB value is (228,3,121). Sum of RGB (Red+Green+Blue) = 228+3+121=352 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.77% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 228 - color contains mainly: red. Hex color #E40379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40379 is #1BFC86. Grayscale: #535353. Windows color (decimal): -1834119 or 7930852. OLE color: 7930852.

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

Color convert

RGB 228 3 121 -
CMYK 0 0.99 0.47 0.11
HSL 328.53º 0.97% 0.45% -
HSV(B) 328.53º 0.99% 0.89% -
XYZ 35.48 17.94 19.68 -
YUV 83.73 149.04 230.91 -
System Red Green Blue C M Y K H S L
Decimal 228 3 121 0 0.99 0.47 0.11 328.53 0.97 0.45
Hex E4 3 79 0 63 2F B 149 61 2D
Octal 344 3 171 0 143 57 13 511 141 55
Binary 11100100 11 1111001 0 1100011 101111 1011 101001001 1100001 101101

Color Harmonies of #E40379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40379

Black with #E40379

Text Example


Text Example

White with #E40379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40379; }

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

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

background-color css

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

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

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

border-color css

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

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

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