Html Css Color HEX #E70776 Ruby

📋 copy color: '#E70776'

red 231 ◦ green 7 ◦ blue 118

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

Shades of Ruby #E70776

Tints of Ruby #E70776

RGB

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

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

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

R = 64.89%
G = 1.97%
B = 33.15%

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

#E70776 (or 0xE70776) is known color: Ruby. HEX triplet: E7, 07 and 76. RGB value is (231,7,118). Sum of RGB (Red+Green+Blue) = 231+7+118=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E70776 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70776 is #18F889. Grayscale: #565656. Windows color (decimal): -1636490 or 7735271. OLE color: 7735271.

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

Color convert

RGB 231 7 118 -
CMYK 0 0.97 0.49 0.09
HSL 330.27º 0.94% 0.47% -
HSV(B) 330.27º 0.97% 0.91% -
XYZ 36.3 18.45 18.79 -
YUV 86.63 145.71 230.97 -
System Red Green Blue C M Y K H S L
Decimal 231 7 118 0 0.97 0.49 0.09 330.27 0.94 0.47
Hex E7 7 76 0 61 31 9 14A 5E 2F
Octal 347 7 166 0 141 61 11 512 136 57
Binary 11100111 111 1110110 0 1100001 110001 1001 101001010 1011110 101111

Color Harmonies of #E70776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70776

Black with #E70776

Text Example


Text Example

White with #E70776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70776; }

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

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

background-color css

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

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

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

border-color css

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

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

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