Html Css Color HEX #E71A6E Ruby

📋 copy color: '#E71A6E'

red 231 ◦ green 26 ◦ blue 110

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

Shades of Ruby #E71A6E

Tints of Ruby #E71A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.08%

 BLUE value IS 110 (43.36% from 255) = 29.97%

R = 62.94%
G = 7.08%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E71A6E (or 0xE71A6E) is known color: Ruby. HEX triplet: E7, 1A and 6E. RGB value is (231,26,110). Sum of RGB (Red+Green+Blue) = 231+26+110=367 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.94% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71A6E is #18E591. Grayscale: #606060. Windows color (decimal): -1631634 or 7215847. OLE color: 7215847.

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

Color convert

RGB 231 26 110 -
CMYK 0 0.89 0.52 0.09
HSL 335.41º 0.81% 0.5% -
HSV(B) 335.41º 0.89% 0.91% -
XYZ 36.14 18.85 16.49 -
YUV 96.87 135.42 223.67 -
System Red Green Blue C M Y K H S L
Decimal 231 26 110 0 0.89 0.52 0.09 335.41 0.81 0.5
Hex E7 1A 6E 0 59 34 9 14F 51 32
Octal 347 32 156 0 131 64 11 517 121 62
Binary 11100111 11010 1101110 0 1011001 110100 1001 101001111 1010001 110010

Color Harmonies of #E71A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71A6E

Black with #E71A6E

Text Example


Text Example

White with #E71A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71A6E; }

 p { color: rgb(231,26,110); }

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

background-color css

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

 a { background-color: rgb(231,26,110); }

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

border-color css

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

 span { border-color: rgb(231,26,110); }

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