Html Css Color HEX #E70876 Ruby

📋 copy color: '#E70876'

red 231 ◦ green 8 ◦ blue 118

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

Shades of Ruby #E70876

Tints of Ruby #E70876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 64.71%
G = 2.24%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E70876 (or 0xE70876) is known color: Ruby. HEX triplet: E7, 08 and 76. RGB value is (231,8,118). Sum of RGB (Red+Green+Blue) = 231+8+118=357 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.71% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 231 - color contains mainly: red. Hex color #E70876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70876 is #18F789. Grayscale: #575757. Windows color (decimal): -1636234 or 7735527. OLE color: 7735527.

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

Color convert

RGB 231 8 118 -
CMYK 0 0.97 0.49 0.09
HSL 330.4º 0.93% 0.47% -
HSV(B) 330.4º 0.97% 0.91% -
XYZ 36.31 18.47 18.79 -
YUV 87.22 145.38 230.56 -
System Red Green Blue C M Y K H S L
Decimal 231 8 118 0 0.97 0.49 0.09 330.4 0.93 0.47
Hex E7 8 76 0 61 31 9 14A 5D 2F
Octal 347 10 166 0 141 61 11 512 135 57
Binary 11100111 1000 1110110 0 1100001 110001 1001 101001010 1011101 101111

Color Harmonies of #E70876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70876

Black with #E70876

Text Example


Text Example

White with #E70876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70876; }

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

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

background-color css

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

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

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

border-color css

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

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

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