Html Css Color HEX #E70E73 Ruby

📋 copy color: '#E70E73'

red 231 ◦ green 14 ◦ blue 115

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

Shades of Ruby #E70E73

Tints of Ruby #E70E73

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.89%

 BLUE value IS 115 (45.31% from 255) = 31.94%

R = 64.17%
G = 3.89%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E70E73 (or 0xE70E73) is known color: Ruby. HEX triplet: E7, 0E and 73. RGB value is (231,14,115). Sum of RGB (Red+Green+Blue) = 231+14+115=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70E73 is #18F18C. Grayscale: #5A5A5A. Windows color (decimal): -1634701 or 7540455. OLE color: 7540455.

HSL color Cylindrical-coordinate representation of color #E70E73: hue angle of 332.07º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70E73 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 14 115 -
CMYK 0 0.94 0.50 0.09
HSL 332.07º 0.89% 0.48% -
HSV(B) 332.07º 0.94% 0.91% -
XYZ 36.21 18.54 17.89 -
YUV 90.4 141.89 228.29 -
System Red Green Blue C M Y K H S L
Decimal 231 14 115 0 0.94 0.50 0.09 332.07 0.89 0.48
Hex E7 E 73 0 5E 32 9 14C 59 30
Octal 347 16 163 0 136 62 11 514 131 60
Binary 11100111 1110 1110011 0 1011110 110010 1001 101001100 1011001 110000

Color Harmonies of #E70E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70E73

Black with #E70E73

Text Example


Text Example

White with #E70E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70E73; }

 p { color: rgb(231,14,115); }

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

background-color css

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

 a { background-color: rgb(231,14,115); }

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

border-color css

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

 span { border-color: rgb(231,14,115); }

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