Html Css Color HEX #E71B5C Ruby

📋 copy color: '#E71B5C'

red 231 ◦ green 27 ◦ blue 92

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

Shades of Ruby #E71B5C

Tints of Ruby #E71B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 66%
G = 7.71%
B = 26.29%

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

#E71B5C (or 0xE71B5C) is known color: Ruby. HEX triplet: E7, 1B and 5C. RGB value is (231,27,92). Sum of RGB (Red+Green+Blue) = 231+27+92=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71B5C is #18E4A3. Grayscale: #5F5F5F. Windows color (decimal): -1631396 or 6036455. OLE color: 6036455.

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

Color convert

RGB 231 27 92 -
CMYK 0 0.88 0.60 0.09
HSL 340.88º 0.81% 0.51% -
HSV(B) 340.88º 0.88% 0.91% -
XYZ 35.28 18.55 11.85 -
YUV 95.41 126.09 224.71 -
System Red Green Blue C M Y K H S L
Decimal 231 27 92 0 0.88 0.60 0.09 340.88 0.81 0.51
Hex E7 1B 5C 0 58 3C 9 155 51 33
Octal 347 33 134 0 130 74 11 525 121 63
Binary 11100111 11011 1011100 0 1011000 111100 1001 101010101 1010001 110011

Color Harmonies of #E71B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71B5C

Black with #E71B5C

Text Example


Text Example

White with #E71B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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