Html Css Color HEX #E71969 Ruby

📋 copy color: '#E71969'

red 231 ◦ green 25 ◦ blue 105

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

Shades of Ruby #E71969

Tints of Ruby #E71969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.09%

R = 63.99%
G = 6.93%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E71969 (or 0xE71969) is known color: Ruby. HEX triplet: E7, 19 and 69. RGB value is (231,25,105). Sum of RGB (Red+Green+Blue) = 231+25+105=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E71969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71969 is #18E696. Grayscale: #5F5F5F. Windows color (decimal): -1631895 or 6887911. OLE color: 6887911.

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

Color convert

RGB 231 25 105 -
CMYK 0 0.89 0.55 0.09
HSL 336.7º 0.81% 0.5% -
HSV(B) 336.7º 0.89% 0.91% -
XYZ 35.85 18.7 15.09 -
YUV 95.71 133.25 224.5 -
System Red Green Blue C M Y K H S L
Decimal 231 25 105 0 0.89 0.55 0.09 336.7 0.81 0.5
Hex E7 19 69 0 59 37 9 151 51 32
Octal 347 31 151 0 131 67 11 521 121 62
Binary 11100111 11001 1101001 0 1011001 110111 1001 101010001 1010001 110010

Color Harmonies of #E71969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71969

Black with #E71969

Text Example


Text Example

White with #E71969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71969; }

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

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

background-color css

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

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

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

border-color css

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

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

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