Html Css Color HEX #E11278 Ruby

📋 copy color: '#E11278'

red 225 ◦ green 18 ◦ blue 120

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

Shades of Ruby #E11278

Tints of Ruby #E11278

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.96%

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

R = 61.98%
G = 4.96%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E11278 (or 0xE11278) is known color: Ruby. HEX triplet: E1, 12 and 78. RGB value is (225,18,120). Sum of RGB (Red+Green+Blue) = 225+18+120=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E11278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11278 is #1EED87. Grayscale: #5B5B5B. Windows color (decimal): -2026888 or 7869153. OLE color: 7869153.

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

Color convert

RGB 225 18 120 -
CMYK 0 0.92 0.47 0.12
HSL 330.43º 0.85% 0.48% -
HSV(B) 330.43º 0.92% 0.88% -
XYZ 34.66 17.8 19.38 -
YUV 91.52 144.08 223.21 -
System Red Green Blue C M Y K H S L
Decimal 225 18 120 0 0.92 0.47 0.12 330.43 0.85 0.48
Hex E1 12 78 0 5C 2F C 14A 55 30
Octal 341 22 170 0 134 57 14 512 125 60
Binary 11100001 10010 1111000 0 1011100 101111 1100 101001010 1010101 110000

Color Harmonies of #E11278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11278

Black with #E11278

Text Example


Text Example

White with #E11278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11278; }

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

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

background-color css

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

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

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

border-color css

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

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

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