Html Css Color HEX #E80D79 Ruby

📋 copy color: '#E80D79'

red 232 ◦ green 13 ◦ blue 121

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

Shades of Ruby #E80D79

Tints of Ruby #E80D79

RGB

 RED value IS 232 (91.02% from 255) = 63.39%

 GREEN value IS 13 (5.47% from 255) = 3.55%

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

R = 63.39%
G = 3.55%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E80D79 (or 0xE80D79) is known color: Ruby. HEX triplet: E8, 0D and 79. RGB value is (232,13,121). Sum of RGB (Red+Green+Blue) = 232+13+121=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80D79 is #17F286. Grayscale: #5A5A5A. Windows color (decimal): -1569415 or 7933416. OLE color: 7933416.

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

Color convert

RGB 232 13 121 -
CMYK 0 0.94 0.48 0.09
HSL 330.41º 0.89% 0.48% -
HSV(B) 330.41º 0.94% 0.91% -
XYZ 36.87 18.82 19.78 -
YUV 90.79 145.05 228.72 -
System Red Green Blue C M Y K H S L
Decimal 232 13 121 0 0.94 0.48 0.09 330.41 0.89 0.48
Hex E8 D 79 0 5E 30 9 14A 59 30
Octal 350 15 171 0 136 60 11 512 131 60
Binary 11101000 1101 1111001 0 1011110 110000 1001 101001010 1011001 110000

Color Harmonies of #E80D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80D79

Black with #E80D79

Text Example


Text Example

White with #E80D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80D79; }

 p { color: rgb(232,13,121); }

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

background-color css

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

 a { background-color: rgb(232,13,121); }

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

border-color css

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

 span { border-color: rgb(232,13,121); }

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