Html Css Color HEX #E70779 Ruby

📋 copy color: '#E70779'

red 231 ◦ green 7 ◦ blue 121

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

Shades of Ruby #E70779

Tints of Ruby #E70779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.95%

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

R = 64.35%
G = 1.95%
B = 33.7%

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

#E70779 (or 0xE70779) is known color: Ruby. HEX triplet: E7, 07 and 79. RGB value is (231,7,121). Sum of RGB (Red+Green+Blue) = 231+7+121=359 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.35% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 231 - color contains mainly: red. Hex color #E70779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70779 is #18F886. Grayscale: #565656. Windows color (decimal): -1636487 or 7931879. OLE color: 7931879.

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

Color convert

RGB 231 7 121 -
CMYK 0 0.97 0.48 0.09
HSL 329.46º 0.94% 0.47% -
HSV(B) 329.46º 0.97% 0.91% -
XYZ 36.48 18.52 19.74 -
YUV 86.97 147.21 230.73 -
System Red Green Blue C M Y K H S L
Decimal 231 7 121 0 0.97 0.48 0.09 329.46 0.94 0.47
Hex E7 7 79 0 61 30 9 149 5E 2F
Octal 347 7 171 0 141 60 11 511 136 57
Binary 11100111 111 1111001 0 1100001 110000 1001 101001001 1011110 101111

Color Harmonies of #E70779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70779

Black with #E70779

Text Example


Text Example

White with #E70779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70779; }

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

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

background-color css

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

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

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

border-color css

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

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

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