Html Css Color HEX #E8185B Ruby

📋 copy color: '#E8185B'

red 232 ◦ green 24 ◦ blue 91

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

Shades of Ruby #E8185B

Tints of Ruby #E8185B

RGB

 RED value IS 232 (91.02% from 255) = 66.86%

 GREEN value IS 24 (9.77% from 255) = 6.92%

 BLUE value IS 91 (35.94% from 255) = 26.22%

R = 66.86%
G = 6.92%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8185B (or 0xE8185B) is known color: Ruby. HEX triplet: E8, 18 and 5B. RGB value is (232,24,91). Sum of RGB (Red+Green+Blue) = 232+24+91=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E8185B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8185B is #17E7A4. Grayscale: #5D5D5D. Windows color (decimal): -1566629 or 5970152. OLE color: 5970152.

HSL color Cylindrical-coordinate representation of color #E8185B: hue angle of 340.67º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E8185B is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 24 91 -
CMYK 0 0.90 0.61 0.09
HSL 340.67º 0.82% 0.5% -
HSV(B) 340.67º 0.9% 0.91% -
XYZ 35.49 18.56 11.61 -
YUV 93.83 126.41 226.55 -
System Red Green Blue C M Y K H S L
Decimal 232 24 91 0 0.90 0.61 0.09 340.67 0.82 0.5
Hex E8 18 5B 0 5A 3D 9 155 52 32
Octal 350 30 133 0 132 75 11 525 122 62
Binary 11101000 11000 1011011 0 1011010 111101 1001 101010101 1010010 110010

Color Harmonies of #E8185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8185B

Black with #E8185B

Text Example


Text Example

White with #E8185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8185B; }

 p { color: rgb(232,24,91); }

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

background-color css

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

 a { background-color: rgb(232,24,91); }

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

border-color css

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

 span { border-color: rgb(232,24,91); }

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