Html Css Color HEX #E71B5E Ruby

📋 copy color: '#E71B5E'

red 231 ◦ green 27 ◦ blue 94

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

Shades of Ruby #E71B5E

Tints of Ruby #E71B5E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.67%

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 65.63%
G = 7.67%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E71B5E (or 0xE71B5E) is known color: Ruby. HEX triplet: E7, 1B and 5E. RGB value is (231,27,94). Sum of RGB (Red+Green+Blue) = 231+27+94=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71B5E is #18E4A1. Grayscale: #5F5F5F. Windows color (decimal): -1631394 or 6167527. OLE color: 6167527.

HSL color Cylindrical-coordinate representation of color #E71B5E: hue angle of 340.29º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71B5E is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 27 94 -
CMYK 0 0.88 0.59 0.09
HSL 340.29º 0.81% 0.51% -
HSV(B) 340.29º 0.88% 0.91% -
XYZ 35.37 18.58 12.31 -
YUV 95.63 127.09 224.55 -
System Red Green Blue C M Y K H S L
Decimal 231 27 94 0 0.88 0.59 0.09 340.29 0.81 0.51
Hex E7 1B 5E 0 58 3B 9 154 51 33
Octal 347 33 136 0 130 73 11 524 121 63
Binary 11100111 11011 1011110 0 1011000 111011 1001 101010100 1010001 110011

Color Harmonies of #E71B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71B5E

Black with #E71B5E

Text Example


Text Example

White with #E71B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71B5E; }

 p { color: rgb(231,27,94); }

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

background-color css

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

 a { background-color: rgb(231,27,94); }

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

border-color css

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

 span { border-color: rgb(231,27,94); }

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