Html Css Color HEX #E71276 Ruby

📋 copy color: '#E71276'

red 231 ◦ green 18 ◦ blue 118

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

Shades of Ruby #E71276

Tints of Ruby #E71276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.9%

 BLUE value IS 118 (46.48% from 255) = 32.15%

R = 62.94%
G = 4.9%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E71276 (or 0xE71276) is known color: Ruby. HEX triplet: E7, 12 and 76. RGB value is (231,18,118). Sum of RGB (Red+Green+Blue) = 231+18+118=367 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.94% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 231 - color contains mainly: red. Hex color #E71276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71276 is #18ED89. Grayscale: #5C5C5C. Windows color (decimal): -1633674 or 7738087. OLE color: 7738087.

HSL color Cylindrical-coordinate representation of color #E71276: hue angle of 331.83º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E71276 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 18 118 -
CMYK 0 0.92 0.49 0.09
HSL 331.83º 0.86% 0.49% -
HSV(B) 331.83º 0.92% 0.91% -
XYZ 36.44 18.73 18.83 -
YUV 93.09 142.07 226.37 -
System Red Green Blue C M Y K H S L
Decimal 231 18 118 0 0.92 0.49 0.09 331.83 0.86 0.49
Hex E7 12 76 0 5C 31 9 14C 56 31
Octal 347 22 166 0 134 61 11 514 126 61
Binary 11100111 10010 1110110 0 1011100 110001 1001 101001100 1010110 110001

Color Harmonies of #E71276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71276

Black with #E71276

Text Example


Text Example

White with #E71276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71276; }

 p { color: rgb(231,18,118); }

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

background-color css

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

 a { background-color: rgb(231,18,118); }

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

border-color css

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

 span { border-color: rgb(231,18,118); }

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