Html Css Color HEX #E11478 Ruby

📋 copy color: '#E11478'

red 225 ◦ green 20 ◦ blue 120

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

Shades of Ruby #E11478

Tints of Ruby #E11478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.48%

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

R = 61.64%
G = 5.48%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E11478 (or 0xE11478) is known color: Ruby. HEX triplet: E1, 14 and 78. RGB value is (225,20,120). Sum of RGB (Red+Green+Blue) = 225+20+120=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E11478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11478 is #1EEB87. Grayscale: #5C5C5C. Windows color (decimal): -2026376 or 7869665. OLE color: 7869665.

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

Color convert

RGB 225 20 120 -
CMYK 0 0.91 0.47 0.12
HSL 330.73º 0.84% 0.48% -
HSV(B) 330.73º 0.91% 0.88% -
XYZ 34.69 17.86 19.39 -
YUV 92.7 143.42 222.37 -
System Red Green Blue C M Y K H S L
Decimal 225 20 120 0 0.91 0.47 0.12 330.73 0.84 0.48
Hex E1 14 78 0 5B 2F C 14B 54 30
Octal 341 24 170 0 133 57 14 513 124 60
Binary 11100001 10100 1111000 0 1011011 101111 1100 101001011 1010100 110000

Color Harmonies of #E11478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11478

Black with #E11478

Text Example


Text Example

White with #E11478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11478; }

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

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

background-color css

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

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

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

border-color css

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

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

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