Html Css Color HEX #E1136F Ruby

📋 copy color: '#E1136F'

red 225 ◦ green 19 ◦ blue 111

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

Shades of Ruby #E1136F

Tints of Ruby #E1136F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.35%

 BLUE value IS 111 (43.75% from 255) = 31.27%

R = 63.38%
G = 5.35%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1136F (or 0xE1136F) is known color: Ruby. HEX triplet: E1, 13 and 6F. RGB value is (225,19,111). Sum of RGB (Red+Green+Blue) = 225+19+111=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E1136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1136F is #1EEC90. Grayscale: #5A5A5A. Windows color (decimal): -2026641 or 7279585. OLE color: 7279585.

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

Color convert

RGB 225 19 111 -
CMYK 0 0.92 0.51 0.12
HSL 333.2º 0.84% 0.48% -
HSV(B) 333.2º 0.92% 0.88% -
XYZ 34.15 17.62 16.64 -
YUV 91.08 139.25 223.52 -
System Red Green Blue C M Y K H S L
Decimal 225 19 111 0 0.92 0.51 0.12 333.2 0.84 0.48
Hex E1 13 6F 0 5C 33 C 14D 54 30
Octal 341 23 157 0 134 63 14 515 124 60
Binary 11100001 10011 1101111 0 1011100 110011 1100 101001101 1010100 110000

Color Harmonies of #E1136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1136F

Black with #E1136F

Text Example


Text Example

White with #E1136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1136F; }

 p { color: rgb(225,19,111); }

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

background-color css

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

 a { background-color: rgb(225,19,111); }

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

border-color css

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

 span { border-color: rgb(225,19,111); }

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