Html Css Color HEX #E71660 Ruby

📋 copy color: '#E71660'

red 231 ◦ green 22 ◦ blue 96

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

Shades of Ruby #E71660

Tints of Ruby #E71660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.3%

 BLUE value IS 96 (37.89% from 255) = 27.51%

R = 66.19%
G = 6.3%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E71660 (or 0xE71660) is known color: Ruby. HEX triplet: E7, 16 and 60. RGB value is (231,22,96). Sum of RGB (Red+Green+Blue) = 231+22+96=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E71660 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71660 is #18E99F. Grayscale: #5C5C5C. Windows color (decimal): -1632672 or 6297319. OLE color: 6297319.

HSL color Cylindrical-coordinate representation of color #E71660: hue angle of 338.76º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71660 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 22 96 -
CMYK 0 0.90 0.58 0.09
HSL 338.76º 0.83% 0.5% -
HSV(B) 338.76º 0.9% 0.91% -
XYZ 35.35 18.41 12.76 -
YUV 92.93 129.74 226.48 -
System Red Green Blue C M Y K H S L
Decimal 231 22 96 0 0.90 0.58 0.09 338.76 0.83 0.5
Hex E7 16 60 0 5A 3A 9 153 53 32
Octal 347 26 140 0 132 72 11 523 123 62
Binary 11100111 10110 1100000 0 1011010 111010 1001 101010011 1010011 110010

Color Harmonies of #E71660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71660

Black with #E71660

Text Example


Text Example

White with #E71660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71660; }

 p { color: rgb(231,22,96); }

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

background-color css

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

 a { background-color: rgb(231,22,96); }

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

border-color css

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

 span { border-color: rgb(231,22,96); }

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