Html Css Color HEX #E71B5D Ruby

📋 copy color: '#E71B5D'

red 231 ◦ green 27 ◦ blue 93

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

Shades of Ruby #E71B5D

Tints of Ruby #E71B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 65.81%
G = 7.69%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E71B5D (or 0xE71B5D) is known color: Ruby. HEX triplet: E7, 1B and 5D. RGB value is (231,27,93). Sum of RGB (Red+Green+Blue) = 231+27+93=351 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.81% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71B5D is #18E4A2. Grayscale: #5F5F5F. Windows color (decimal): -1631395 or 6101991. OLE color: 6101991.

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

Color convert

RGB 231 27 93 -
CMYK 0 0.88 0.60 0.09
HSL 340.59º 0.81% 0.51% -
HSV(B) 340.59º 0.88% 0.91% -
XYZ 35.32 18.56 12.08 -
YUV 95.52 126.59 224.63 -
System Red Green Blue C M Y K H S L
Decimal 231 27 93 0 0.88 0.60 0.09 340.59 0.81 0.51
Hex E7 1B 5D 0 58 3C 9 155 51 33
Octal 347 33 135 0 130 74 11 525 121 63
Binary 11100111 11011 1011101 0 1011000 111100 1001 101010101 1010001 110011

Color Harmonies of #E71B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71B5D

Black with #E71B5D

Text Example


Text Example

White with #E71B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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