Html Css Color HEX #E70879 Ruby

📋 copy color: '#E70879'

red 231 ◦ green 8 ◦ blue 121

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

Shades of Ruby #E70879

Tints of Ruby #E70879

RGB

 RED value IS 231 (90.63% from 255) = 64.17%

 GREEN value IS 8 (3.52% from 255) = 2.22%

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

R = 64.17%
G = 2.22%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E70879 (or 0xE70879) is known color: Ruby. HEX triplet: E7, 08 and 79. RGB value is (231,8,121). Sum of RGB (Red+Green+Blue) = 231+8+121=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E70879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70879 is #18F786. Grayscale: #575757. Windows color (decimal): -1636231 or 7932135. OLE color: 7932135.

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

Color convert

RGB 231 8 121 -
CMYK 0 0.97 0.48 0.09
HSL 329.6º 0.93% 0.47% -
HSV(B) 329.6º 0.97% 0.91% -
XYZ 36.49 18.54 19.74 -
YUV 87.56 146.88 230.31 -
System Red Green Blue C M Y K H S L
Decimal 231 8 121 0 0.97 0.48 0.09 329.6 0.93 0.47
Hex E7 8 79 0 61 30 9 14A 5D 2F
Octal 347 10 171 0 141 60 11 512 135 57
Binary 11100111 1000 1111001 0 1100001 110000 1001 101001010 1011101 101111

Color Harmonies of #E70879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70879

Black with #E70879

Text Example


Text Example

White with #E70879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70879; }

 p { color: rgb(231,8,121); }

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

background-color css

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

 a { background-color: rgb(231,8,121); }

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

border-color css

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

 span { border-color: rgb(231,8,121); }

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