Html Css Color HEX #E71B5F Ruby

📋 copy color: '#E71B5F'

red 231 ◦ green 27 ◦ blue 95

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

Shades of Ruby #E71B5F

Tints of Ruby #E71B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 65.44%
G = 7.65%
B = 26.91%

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

#E71B5F (or 0xE71B5F) is known color: Ruby. HEX triplet: E7, 1B and 5F. RGB value is (231,27,95). Sum of RGB (Red+Green+Blue) = 231+27+95=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71B5F is #18E4A0. Grayscale: #5F5F5F. Windows color (decimal): -1631393 or 6233063. OLE color: 6233063.

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

Color convert

RGB 231 27 95 -
CMYK 0 0.88 0.59 0.09
HSL 340º 0.81% 0.51% -
HSV(B) 340º 0.88% 0.91% -
XYZ 35.41 18.6 12.55 -
YUV 95.75 127.59 224.47 -
System Red Green Blue C M Y K H S L
Decimal 231 27 95 0 0.88 0.59 0.09 340 0.81 0.51
Hex E7 1B 5F 0 58 3B 9 154 51 33
Octal 347 33 137 0 130 73 11 524 121 63
Binary 11100111 11011 1011111 0 1011000 111011 1001 101010100 1010001 110011

Color Harmonies of #E71B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71B5F

Black with #E71B5F

Text Example


Text Example

White with #E71B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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