Html Css Color HEX #E40B79 Ruby

📋 copy color: '#E40B79'

red 228 ◦ green 11 ◦ blue 121

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

Shades of Ruby #E40B79

Tints of Ruby #E40B79

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

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

R = 63.33%
G = 3.06%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E40B79 (or 0xE40B79) is known color: Ruby. HEX triplet: E4, 0B and 79. RGB value is (228,11,121). Sum of RGB (Red+Green+Blue) = 228+11+121=360 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.33% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 228 - color contains mainly: red. Hex color #E40B79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40B79 is #1BF486. Grayscale: #585858. Windows color (decimal): -1832071 or 7932900. OLE color: 7932900.

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

Color convert

RGB 228 11 121 -
CMYK 0 0.95 0.47 0.11
HSL 329.59º 0.91% 0.47% -
HSV(B) 329.59º 0.95% 0.89% -
XYZ 35.57 18.11 19.71 -
YUV 88.42 146.39 227.56 -
System Red Green Blue C M Y K H S L
Decimal 228 11 121 0 0.95 0.47 0.11 329.59 0.91 0.47
Hex E4 B 79 0 5F 2F B 14A 5B 2F
Octal 344 13 171 0 137 57 13 512 133 57
Binary 11100100 1011 1111001 0 1011111 101111 1011 101001010 1011011 101111

Color Harmonies of #E40B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40B79

Black with #E40B79

Text Example


Text Example

White with #E40B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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