Html Css Color HEX #E70771 Ruby

📋 copy color: '#E70771'

red 231 ◦ green 7 ◦ blue 113

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

Shades of Ruby #E70771

Tints of Ruby #E70771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.19%

R = 65.81%
G = 1.99%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E70771 (or 0xE70771) is known color: Ruby. HEX triplet: E7, 07 and 71. RGB value is (231,7,113). Sum of RGB (Red+Green+Blue) = 231+7+113=351 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.81% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 231 - color contains mainly: red. Hex color #E70771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70771 is #18F88E. Grayscale: #555555. Windows color (decimal): -1636495 or 7407591. OLE color: 7407591.

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

Color convert

RGB 231 7 113 -
CMYK 0 0.97 0.51 0.09
HSL 331.61º 0.94% 0.47% -
HSV(B) 331.61º 0.97% 0.91% -
XYZ 36.01 18.33 17.26 -
YUV 86.06 143.21 231.38 -
System Red Green Blue C M Y K H S L
Decimal 231 7 113 0 0.97 0.51 0.09 331.61 0.94 0.47
Hex E7 7 71 0 61 33 9 14C 5E 2F
Octal 347 7 161 0 141 63 11 514 136 57
Binary 11100111 111 1110001 0 1100001 110011 1001 101001100 1011110 101111

Color Harmonies of #E70771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70771

Black with #E70771

Text Example


Text Example

White with #E70771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70771; }

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

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

background-color css

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

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

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

border-color css

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

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

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