Html Css Color HEX #E71974 Ruby

📋 copy color: '#E71974'

red 231 ◦ green 25 ◦ blue 116

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

Shades of Ruby #E71974

Tints of Ruby #E71974

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.72%

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

R = 62.1%
G = 6.72%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E71974 (or 0xE71974) is known color: Ruby. HEX triplet: E7, 19 and 74. RGB value is (231,25,116). Sum of RGB (Red+Green+Blue) = 231+25+116=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E71974 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71974 is #18E68B. Grayscale: #606060. Windows color (decimal): -1631884 or 7608807. OLE color: 7608807.

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

Color convert

RGB 231 25 116 -
CMYK 0 0.89 0.50 0.09
HSL 333.5º 0.81% 0.5% -
HSV(B) 333.5º 0.89% 0.91% -
XYZ 36.46 18.95 18.26 -
YUV 96.97 138.75 223.6 -
System Red Green Blue C M Y K H S L
Decimal 231 25 116 0 0.89 0.50 0.09 333.5 0.81 0.5
Hex E7 19 74 0 59 32 9 14D 51 32
Octal 347 31 164 0 131 62 11 515 121 62
Binary 11100111 11001 1110100 0 1011001 110010 1001 101001101 1010001 110010

Color Harmonies of #E71974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71974

Black with #E71974

Text Example


Text Example

White with #E71974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71974; }

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

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

background-color css

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

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

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

border-color css

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

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

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