Html Css Color HEX #E1136B Ruby

📋 copy color: '#E1136B'

red 225 ◦ green 19 ◦ blue 107

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

Shades of Ruby #E1136B

Tints of Ruby #E1136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.48%

R = 64.1%
G = 5.41%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1136B (or 0xE1136B) is known color: Ruby. HEX triplet: E1, 13 and 6B. RGB value is (225,19,107). Sum of RGB (Red+Green+Blue) = 225+19+107=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E1136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1136B is #1EEC94. Grayscale: #5A5A5A. Windows color (decimal): -2026645 or 7017441. OLE color: 7017441.

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

Color convert

RGB 225 19 107 -
CMYK 0 0.92 0.52 0.12
HSL 334.37º 0.84% 0.48% -
HSV(B) 334.37º 0.92% 0.88% -
XYZ 33.94 17.53 15.51 -
YUV 90.63 137.25 223.84 -
System Red Green Blue C M Y K H S L
Decimal 225 19 107 0 0.92 0.52 0.12 334.37 0.84 0.48
Hex E1 13 6B 0 5C 34 C 14E 54 30
Octal 341 23 153 0 134 64 14 516 124 60
Binary 11100001 10011 1101011 0 1011100 110100 1100 101001110 1010100 110000

Color Harmonies of #E1136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1136B

Black with #E1136B

Text Example


Text Example

White with #E1136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1136B; }

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

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

background-color css

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

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

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

border-color css

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

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

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