Html Css Color HEX #E70679 Ruby

📋 copy color: '#E70679'

red 231 ◦ green 6 ◦ blue 121

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

Shades of Ruby #E70679

Tints of Ruby #E70679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

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

R = 64.53%
G = 1.68%
B = 33.8%

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

#E70679 (or 0xE70679) is known color: Ruby. HEX triplet: E7, 06 and 79. RGB value is (231,6,121). Sum of RGB (Red+Green+Blue) = 231+6+121=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E70679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70679 is #18F986. Grayscale: #565656. Windows color (decimal): -1636743 or 7931623. OLE color: 7931623.

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

Color convert

RGB 231 6 121 -
CMYK 0 0.97 0.48 0.09
HSL 329.33º 0.95% 0.46% -
HSV(B) 329.33º 0.97% 0.91% -
XYZ 36.47 18.5 19.74 -
YUV 86.39 147.54 231.15 -
System Red Green Blue C M Y K H S L
Decimal 231 6 121 0 0.97 0.48 0.09 329.33 0.95 0.46
Hex E7 6 79 0 61 30 9 149 5F 2E
Octal 347 6 171 0 141 60 11 511 137 56
Binary 11100111 110 1111001 0 1100001 110000 1001 101001001 1011111 101110

Color Harmonies of #E70679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70679

Black with #E70679

Text Example


Text Example

White with #E70679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70679; }

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

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

background-color css

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

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

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

border-color css

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

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

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