Html Css Color HEX #E8135B Ruby

📋 copy color: '#E8135B'

red 232 ◦ green 19 ◦ blue 91

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

Shades of Ruby #E8135B

Tints of Ruby #E8135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.56%

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

R = 67.84%
G = 5.56%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8135B (or 0xE8135B) is known color: Ruby. HEX triplet: E8, 13 and 5B. RGB value is (232,19,91). Sum of RGB (Red+Green+Blue) = 232+19+91=342 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.84% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 232 - color contains mainly: red. Hex color #E8135B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8135B is #17ECA4. Grayscale: #5A5A5A. Windows color (decimal): -1567909 or 5968872. OLE color: 5968872.

HSL color Cylindrical-coordinate representation of color #E8135B: hue angle of 339.72º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8135B is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 19 91 -
CMYK 0 0.92 0.61 0.09
HSL 339.72º 0.85% 0.49% -
HSV(B) 339.72º 0.92% 0.91% -
XYZ 35.4 18.38 11.58 -
YUV 90.9 128.07 228.65 -
System Red Green Blue C M Y K H S L
Decimal 232 19 91 0 0.92 0.61 0.09 339.72 0.85 0.49
Hex E8 13 5B 0 5C 3D 9 154 55 31
Octal 350 23 133 0 134 75 11 524 125 61
Binary 11101000 10011 1011011 0 1011100 111101 1001 101010100 1010101 110001

Color Harmonies of #E8135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8135B

Black with #E8135B

Text Example


Text Example

White with #E8135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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