Html Css Color HEX #E80C79 Ruby

📋 copy color: '#E80C79'

red 232 ◦ green 12 ◦ blue 121

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

Shades of Ruby #E80C79

Tints of Ruby #E80C79

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.29%

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

R = 63.56%
G = 3.29%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E80C79 (or 0xE80C79) is known color: Ruby. HEX triplet: E8, 0C and 79. RGB value is (232,12,121). Sum of RGB (Red+Green+Blue) = 232+12+121=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80C79 is #17F386. Grayscale: #595959. Windows color (decimal): -1569671 or 7933160. OLE color: 7933160.

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

Color convert

RGB 232 12 121 -
CMYK 0 0.95 0.48 0.09
HSL 330.27º 0.9% 0.48% -
HSV(B) 330.27º 0.95% 0.91% -
XYZ 36.86 18.8 19.77 -
YUV 90.21 145.39 229.14 -
System Red Green Blue C M Y K H S L
Decimal 232 12 121 0 0.95 0.48 0.09 330.27 0.9 0.48
Hex E8 C 79 0 5F 30 9 14A 5A 30
Octal 350 14 171 0 137 60 11 512 132 60
Binary 11101000 1100 1111001 0 1011111 110000 1001 101001010 1011010 110000

Color Harmonies of #E80C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80C79

Black with #E80C79

Text Example


Text Example

White with #E80C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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