Html Css Color HEX #E1145D Ruby

📋 copy color: '#E1145D'

red 225 ◦ green 20 ◦ blue 93

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

Shades of Ruby #E1145D

Tints of Ruby #E1145D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 66.57%
G = 5.92%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1145D (or 0xE1145D) is known color: Ruby. HEX triplet: E1, 14 and 5D. RGB value is (225,20,93). Sum of RGB (Red+Green+Blue) = 225+20+93=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1145D is #1EEBA2. Grayscale: #595959. Windows color (decimal): -2026403 or 6100193. OLE color: 6100193.

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

Color convert

RGB 225 20 93 -
CMYK 0 0.91 0.59 0.12
HSL 338.63º 0.84% 0.48% -
HSV(B) 338.63º 0.91% 0.88% -
XYZ 33.28 17.3 11.94 -
YUV 89.62 129.92 224.56 -
System Red Green Blue C M Y K H S L
Decimal 225 20 93 0 0.91 0.59 0.12 338.63 0.84 0.48
Hex E1 14 5D 0 5B 3B C 153 54 30
Octal 341 24 135 0 133 73 14 523 124 60
Binary 11100001 10100 1011101 0 1011011 111011 1100 101010011 1010100 110000

Color Harmonies of #E1145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1145D

Black with #E1145D

Text Example


Text Example

White with #E1145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1145D; }

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

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

background-color css

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

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

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

border-color css

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

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

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