Html Css Color HEX #E8155F Ruby

📋 copy color: '#E8155F'

red 232 ◦ green 21 ◦ blue 95

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

Shades of Ruby #E8155F

Tints of Ruby #E8155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.03%

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 66.67%
G = 6.03%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E8155F (or 0xE8155F) is known color: Ruby. HEX triplet: E8, 15 and 5F. RGB value is (232,21,95). Sum of RGB (Red+Green+Blue) = 232+21+95=348 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.67% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 232 - color contains mainly: red. Hex color #E8155F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8155F is #17EAA0. Grayscale: #5C5C5C. Windows color (decimal): -1567393 or 6231528. OLE color: 6231528.

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

Color convert

RGB 232 21 95 -
CMYK 0 0.91 0.59 0.09
HSL 338.96º 0.83% 0.5% -
HSV(B) 338.96º 0.91% 0.91% -
XYZ 35.61 18.52 12.52 -
YUV 92.53 129.4 227.48 -
System Red Green Blue C M Y K H S L
Decimal 232 21 95 0 0.91 0.59 0.09 338.96 0.83 0.5
Hex E8 15 5F 0 5B 3B 9 153 53 32
Octal 350 25 137 0 133 73 11 523 123 62
Binary 11101000 10101 1011111 0 1011011 111011 1001 101010011 1010011 110010

Color Harmonies of #E8155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8155F

Black with #E8155F

Text Example


Text Example

White with #E8155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8155F; }

 p { color: rgb(232,21,95); }

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

background-color css

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

 a { background-color: rgb(232,21,95); }

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

border-color css

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

 span { border-color: rgb(232,21,95); }

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