Html Css Color HEX #E1155F Ruby

📋 copy color: '#E1155F'

red 225 ◦ green 21 ◦ blue 95

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

Shades of Ruby #E1155F

Tints of Ruby #E1155F

RGB

 RED value IS 225 (88.28% from 255) = 65.98%

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

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

R = 65.98%
G = 6.16%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1155F (or 0xE1155F) is known color: Ruby. HEX triplet: E1, 15 and 5F. RGB value is (225,21,95). Sum of RGB (Red+Green+Blue) = 225+21+95=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E1155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1155F is #1EEAA0. Grayscale: #5A5A5A. Windows color (decimal): -2026145 or 6231521. OLE color: 6231521.

HSL color Cylindrical-coordinate representation of color #E1155F: hue angle of 338.24º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1155F is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 21 95 -
CMYK 0 0.91 0.58 0.12
HSL 338.24º 0.83% 0.48% -
HSV(B) 338.24º 0.91% 0.88% -
XYZ 33.39 17.37 12.42 -
YUV 90.43 130.59 223.98 -
System Red Green Blue C M Y K H S L
Decimal 225 21 95 0 0.91 0.58 0.12 338.24 0.83 0.48
Hex E1 15 5F 0 5B 3A C 152 53 30
Octal 341 25 137 0 133 72 14 522 123 60
Binary 11100001 10101 1011111 0 1011011 111010 1100 101010010 1010011 110000

Color Harmonies of #E1155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1155F

Black with #E1155F

Text Example


Text Example

White with #E1155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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