Html Css Color HEX #E70774 Ruby

📋 copy color: '#E70774'

red 231 ◦ green 7 ◦ blue 116

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

Shades of Ruby #E70774

Tints of Ruby #E70774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 65.25%
G = 1.98%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E70774 (or 0xE70774) is known color: Ruby. HEX triplet: E7, 07 and 74. RGB value is (231,7,116). Sum of RGB (Red+Green+Blue) = 231+7+116=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E70774 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70774 is #18F88B. Grayscale: #565656. Windows color (decimal): -1636492 or 7604199. OLE color: 7604199.

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

Color convert

RGB 231 7 116 -
CMYK 0 0.97 0.50 0.09
HSL 330.8º 0.94% 0.47% -
HSV(B) 330.8º 0.97% 0.91% -
XYZ 36.18 18.4 18.17 -
YUV 86.4 144.71 231.14 -
System Red Green Blue C M Y K H S L
Decimal 231 7 116 0 0.97 0.50 0.09 330.8 0.94 0.47
Hex E7 7 74 0 61 32 9 14B 5E 2F
Octal 347 7 164 0 141 62 11 513 136 57
Binary 11100111 111 1110100 0 1100001 110010 1001 101001011 1011110 101111

Color Harmonies of #E70774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70774

Black with #E70774

Text Example


Text Example

White with #E70774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70774; }

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

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

background-color css

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

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

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

border-color css

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

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

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