Html Css Color HEX #E8135E Ruby

📋 copy color: '#E8135E'

red 232 ◦ green 19 ◦ blue 94

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

Shades of Ruby #E8135E

Tints of Ruby #E8135E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.25%

R = 67.25%
G = 5.51%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E8135E (or 0xE8135E) is known color: Ruby. HEX triplet: E8, 13 and 5E. RGB value is (232,19,94). Sum of RGB (Red+Green+Blue) = 232+19+94=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E8135E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8135E is #17ECA1. Grayscale: #5B5B5B. Windows color (decimal): -1567906 or 6165480. OLE color: 6165480.

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

Color convert

RGB 232 19 94 -
CMYK 0 0.92 0.59 0.09
HSL 338.87º 0.85% 0.49% -
HSV(B) 338.87º 0.92% 0.91% -
XYZ 35.53 18.43 12.27 -
YUV 91.24 129.57 228.4 -
System Red Green Blue C M Y K H S L
Decimal 232 19 94 0 0.92 0.59 0.09 338.87 0.85 0.49
Hex E8 13 5E 0 5C 3B 9 153 55 31
Octal 350 23 136 0 134 73 11 523 125 61
Binary 11101000 10011 1011110 0 1011100 111011 1001 101010011 1010101 110001

Color Harmonies of #E8135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8135E

Black with #E8135E

Text Example


Text Example

White with #E8135E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8135E; }

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

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

background-color css

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

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

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

border-color css

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

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

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