Html Css Color HEX #E71966 Ruby

📋 copy color: '#E71966'

red 231 ◦ green 25 ◦ blue 102

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

Shades of Ruby #E71966

Tints of Ruby #E71966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.49%

R = 64.53%
G = 6.98%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E71966 (or 0xE71966) is known color: Ruby. HEX triplet: E7, 19 and 66. RGB value is (231,25,102). Sum of RGB (Red+Green+Blue) = 231+25+102=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E71966 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71966 is #18E699. Grayscale: #5F5F5F. Windows color (decimal): -1631898 or 6691303. OLE color: 6691303.

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

Color convert

RGB 231 25 102 -
CMYK 0 0.89 0.56 0.09
HSL 337.57º 0.81% 0.5% -
HSV(B) 337.57º 0.89% 0.91% -
XYZ 35.7 18.64 14.29 -
YUV 95.37 131.75 224.74 -
System Red Green Blue C M Y K H S L
Decimal 231 25 102 0 0.89 0.56 0.09 337.57 0.81 0.5
Hex E7 19 66 0 59 38 9 152 51 32
Octal 347 31 146 0 131 70 11 522 121 62
Binary 11100111 11001 1100110 0 1011001 111000 1001 101010010 1010001 110010

Color Harmonies of #E71966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71966

Black with #E71966

Text Example


Text Example

White with #E71966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71966; }

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

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

background-color css

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

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

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

border-color css

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

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

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