Html Css Color HEX #E1145F Ruby

📋 copy color: '#E1145F'

red 225 ◦ green 20 ◦ blue 95

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

Shades of Ruby #E1145F

Tints of Ruby #E1145F

RGB

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

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

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

R = 66.18%
G = 5.88%
B = 27.94%

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

#E1145F (or 0xE1145F) is known color: Ruby. HEX triplet: E1, 14 and 5F. RGB value is (225,20,95). Sum of RGB (Red+Green+Blue) = 225+20+95=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E1145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1145F is #1EEBA0. Grayscale: #595959. Windows color (decimal): -2026401 or 6231265. OLE color: 6231265.

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

Color convert

RGB 225 20 95 -
CMYK 0 0.91 0.58 0.12
HSL 338.05º 0.84% 0.48% -
HSV(B) 338.05º 0.91% 0.88% -
XYZ 33.37 17.33 12.41 -
YUV 89.85 130.92 224.4 -
System Red Green Blue C M Y K H S L
Decimal 225 20 95 0 0.91 0.58 0.12 338.05 0.84 0.48
Hex E1 14 5F 0 5B 3A C 152 54 30
Octal 341 24 137 0 133 72 14 522 124 60
Binary 11100001 10100 1011111 0 1011011 111010 1100 101010010 1010100 110000

Color Harmonies of #E1145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1145F

Black with #E1145F

Text Example


Text Example

White with #E1145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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