Html Css Color HEX #E80F79 Ruby

📋 copy color: '#E80F79'

red 232 ◦ green 15 ◦ blue 121

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

Shades of Ruby #E80F79

Tints of Ruby #E80F79

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.08%

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

R = 63.04%
G = 4.08%
B = 32.88%

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

#E80F79 (or 0xE80F79) is known color: Ruby. HEX triplet: E8, 0F and 79. RGB value is (232,15,121). Sum of RGB (Red+Green+Blue) = 232+15+121=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80F79 is #17F086. Grayscale: #5B5B5B. Windows color (decimal): -1568903 or 7933928. OLE color: 7933928.

HSL color Cylindrical-coordinate representation of color #E80F79: hue angle of 330.69º degrees, saturation: 0.88, 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 #E80F79 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 15 121 -
CMYK 0 0.94 0.48 0.09
HSL 330.69º 0.88% 0.48% -
HSV(B) 330.69º 0.94% 0.91% -
XYZ 36.9 18.88 19.79 -
YUV 91.97 144.39 227.88 -
System Red Green Blue C M Y K H S L
Decimal 232 15 121 0 0.94 0.48 0.09 330.69 0.88 0.48
Hex E8 F 79 0 5E 30 9 14B 58 30
Octal 350 17 171 0 136 60 11 513 130 60
Binary 11101000 1111 1111001 0 1011110 110000 1001 101001011 1011000 110000

Color Harmonies of #E80F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80F79

Black with #E80F79

Text Example


Text Example

White with #E80F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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