Html Css Color HEX #E11778 Ruby

📋 copy color: '#E11778'

red 225 ◦ green 23 ◦ blue 120

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

Shades of Ruby #E11778

Tints of Ruby #E11778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.25%

 BLUE value IS 120 (47.27% from 255) = 32.61%

R = 61.14%
G = 6.25%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E11778 (or 0xE11778) is known color: Ruby. HEX triplet: E1, 17 and 78. RGB value is (225,23,120). Sum of RGB (Red+Green+Blue) = 225+23+120=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E11778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11778 is #1EE887. Grayscale: #5E5E5E. Windows color (decimal): -2025608 or 7870433. OLE color: 7870433.

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

Color convert

RGB 225 23 120 -
CMYK 0 0.90 0.47 0.12
HSL 331.19º 0.81% 0.49% -
HSV(B) 331.19º 0.9% 0.88% -
XYZ 34.75 17.98 19.41 -
YUV 94.46 142.42 221.11 -
System Red Green Blue C M Y K H S L
Decimal 225 23 120 0 0.90 0.47 0.12 331.19 0.81 0.49
Hex E1 17 78 0 5A 2F C 14B 51 31
Octal 341 27 170 0 132 57 14 513 121 61
Binary 11100001 10111 1111000 0 1011010 101111 1100 101001011 1010001 110001

Color Harmonies of #E11778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11778

Black with #E11778

Text Example


Text Example

White with #E11778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11778; }

 p { color: rgb(225,23,120); }

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

background-color css

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

 a { background-color: rgb(225,23,120); }

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

border-color css

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

 span { border-color: rgb(225,23,120); }

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