Html Css Color HEX #E1187A Ruby

📋 copy color: '#E1187A'

red 225 ◦ green 24 ◦ blue 122

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

Shades of Ruby #E1187A

Tints of Ruby #E1187A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.47%

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 60.65%
G = 6.47%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1187A (or 0xE1187A) is known color: Ruby. HEX triplet: E1, 18 and 7A. RGB value is (225,24,122). Sum of RGB (Red+Green+Blue) = 225+24+122=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1187A is #1EE785. Grayscale: #5F5F5F. Windows color (decimal): -2025350 or 8001761. OLE color: 8001761.

HSL color Cylindrical-coordinate representation of color #E1187A: hue angle of 330.75º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1187A is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 24 122 -
CMYK 0 0.89 0.46 0.12
HSL 330.75º 0.81% 0.49% -
HSV(B) 330.75º 0.89% 0.88% -
XYZ 34.89 18.07 20.06 -
YUV 95.27 143.09 220.53 -
System Red Green Blue C M Y K H S L
Decimal 225 24 122 0 0.89 0.46 0.12 330.75 0.81 0.49
Hex E1 18 7A 0 59 2E C 14B 51 31
Octal 341 30 172 0 131 56 14 513 121 61
Binary 11100001 11000 1111010 0 1011001 101110 1100 101001011 1010001 110001

Color Harmonies of #E1187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1187A

Black with #E1187A

Text Example


Text Example

White with #E1187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1187A; }

 p { color: rgb(225,24,122); }

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

background-color css

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

 a { background-color: rgb(225,24,122); }

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

border-color css

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

 span { border-color: rgb(225,24,122); }

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