Html Css Color HEX #E70874 Ruby

📋 copy color: '#E70874'

red 231 ◦ green 8 ◦ blue 116

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

Shades of Ruby #E70874

Tints of Ruby #E70874

RGB

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

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

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

R = 65.07%
G = 2.25%
B = 32.68%

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

#E70874 (or 0xE70874) is known color: Ruby. HEX triplet: E7, 08 and 74. RGB value is (231,8,116). Sum of RGB (Red+Green+Blue) = 231+8+116=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E70874 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70874 is #18F78B. Grayscale: #565656. Windows color (decimal): -1636236 or 7604455. OLE color: 7604455.

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

Color convert

RGB 231 8 116 -
CMYK 0 0.97 0.50 0.09
HSL 330.94º 0.93% 0.47% -
HSV(B) 330.94º 0.97% 0.91% -
XYZ 36.19 18.42 18.17 -
YUV 86.99 144.38 230.72 -
System Red Green Blue C M Y K H S L
Decimal 231 8 116 0 0.97 0.50 0.09 330.94 0.93 0.47
Hex E7 8 74 0 61 32 9 14B 5D 2F
Octal 347 10 164 0 141 62 11 513 135 57
Binary 11100111 1000 1110100 0 1100001 110010 1001 101001011 1011101 101111

Color Harmonies of #E70874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70874

Black with #E70874

Text Example


Text Example

White with #E70874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70874; }

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

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

background-color css

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

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

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

border-color css

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

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

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