Html Css Color HEX #E1156F Ruby

📋 copy color: '#E1156F'

red 225 ◦ green 21 ◦ blue 111

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

Shades of Ruby #E1156F

Tints of Ruby #E1156F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.88%

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

R = 63.03%
G = 5.88%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1156F (or 0xE1156F) is known color: Ruby. HEX triplet: E1, 15 and 6F. RGB value is (225,21,111). Sum of RGB (Red+Green+Blue) = 225+21+111=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E1156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1156F is #1EEA90. Grayscale: #5C5C5C. Windows color (decimal): -2026129 or 7280097. OLE color: 7280097.

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

Color convert

RGB 225 21 111 -
CMYK 0 0.91 0.51 0.12
HSL 333.53º 0.83% 0.48% -
HSV(B) 333.53º 0.91% 0.88% -
XYZ 34.19 17.69 16.65 -
YUV 92.26 138.59 222.68 -
System Red Green Blue C M Y K H S L
Decimal 225 21 111 0 0.91 0.51 0.12 333.53 0.83 0.48
Hex E1 15 6F 0 5B 33 C 14E 53 30
Octal 341 25 157 0 133 63 14 516 123 60
Binary 11100001 10101 1101111 0 1011011 110011 1100 101001110 1010011 110000

Color Harmonies of #E1156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1156F

Black with #E1156F

Text Example


Text Example

White with #E1156F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1156F; }

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

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

background-color css

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

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

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

border-color css

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

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

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