Html Css Color HEX #E71A6A Ruby

📋 copy color: '#E71A6A'

red 231 ◦ green 26 ◦ blue 106

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

Shades of Ruby #E71A6A

Tints of Ruby #E71A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.2%

R = 63.64%
G = 7.16%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E71A6A (or 0xE71A6A) is known color: Ruby. HEX triplet: E7, 1A and 6A. RGB value is (231,26,106). Sum of RGB (Red+Green+Blue) = 231+26+106=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71A6A is #18E595. Grayscale: #606060. Windows color (decimal): -1631638 or 6953703. OLE color: 6953703.

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

Color convert

RGB 231 26 106 -
CMYK 0 0.89 0.54 0.09
HSL 336.59º 0.81% 0.5% -
HSV(B) 336.59º 0.89% 0.91% -
XYZ 35.93 18.77 15.36 -
YUV 96.42 133.42 224 -
System Red Green Blue C M Y K H S L
Decimal 231 26 106 0 0.89 0.54 0.09 336.59 0.81 0.5
Hex E7 1A 6A 0 59 36 9 151 51 32
Octal 347 32 152 0 131 66 11 521 121 62
Binary 11100111 11010 1101010 0 1011001 110110 1001 101010001 1010001 110010

Color Harmonies of #E71A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71A6A

Black with #E71A6A

Text Example


Text Example

White with #E71A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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