Html Css Color HEX #E71968 Ruby

📋 copy color: '#E71968'

red 231 ◦ green 25 ◦ blue 104

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

Shades of Ruby #E71968

Tints of Ruby #E71968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.89%

R = 64.17%
G = 6.94%
B = 28.89%

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

#E71968 (or 0xE71968) is known color: Ruby. HEX triplet: E7, 19 and 68. RGB value is (231,25,104). Sum of RGB (Red+Green+Blue) = 231+25+104=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E71968 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71968 is #18E697. Grayscale: #5F5F5F. Windows color (decimal): -1631896 or 6822375. OLE color: 6822375.

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

Color convert

RGB 231 25 104 -
CMYK 0 0.89 0.55 0.09
HSL 336.99º 0.81% 0.5% -
HSV(B) 336.99º 0.89% 0.91% -
XYZ 35.8 18.68 14.82 -
YUV 95.6 132.75 224.58 -
System Red Green Blue C M Y K H S L
Decimal 231 25 104 0 0.89 0.55 0.09 336.99 0.81 0.5
Hex E7 19 68 0 59 37 9 151 51 32
Octal 347 31 150 0 131 67 11 521 121 62
Binary 11100111 11001 1101000 0 1011001 110111 1001 101010001 1010001 110010

Color Harmonies of #E71968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71968

Black with #E71968

Text Example


Text Example

White with #E71968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71968; }

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

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

background-color css

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

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

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

border-color css

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

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

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