Html Css Color HEX #E1145E Ruby

📋 copy color: '#E1145E'

red 225 ◦ green 20 ◦ blue 94

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

Shades of Ruby #E1145E

Tints of Ruby #E1145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.9%

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

R = 66.37%
G = 5.9%
B = 27.73%

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

#E1145E (or 0xE1145E) is known color: Ruby. HEX triplet: E1, 14 and 5E. RGB value is (225,20,94). Sum of RGB (Red+Green+Blue) = 225+20+94=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1145E is #1EEBA1. Grayscale: #595959. Windows color (decimal): -2026402 or 6165729. OLE color: 6165729.

HSL color Cylindrical-coordinate representation of color #E1145E: hue angle of 338.34º degrees, saturation: 0.84, 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 #E1145E is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 20 94 -
CMYK 0 0.91 0.58 0.12
HSL 338.34º 0.84% 0.48% -
HSV(B) 338.34º 0.91% 0.88% -
XYZ 33.32 17.32 12.18 -
YUV 89.73 130.42 224.48 -
System Red Green Blue C M Y K H S L
Decimal 225 20 94 0 0.91 0.58 0.12 338.34 0.84 0.48
Hex E1 14 5E 0 5B 3A C 152 54 30
Octal 341 24 136 0 133 72 14 522 124 60
Binary 11100001 10100 1011110 0 1011011 111010 1100 101010010 1010100 110000

Color Harmonies of #E1145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1145E

Black with #E1145E

Text Example


Text Example

White with #E1145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1145E; }

 p { color: rgb(225,20,94); }

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

background-color css

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

 a { background-color: rgb(225,20,94); }

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

border-color css

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

 span { border-color: rgb(225,20,94); }

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