Html Css Color HEX #E11476 Ruby

📋 copy color: '#E11476'

red 225 ◦ green 20 ◦ blue 118

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

Shades of Ruby #E11476

Tints of Ruby #E11476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.51%

R = 61.98%
G = 5.51%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E11476 (or 0xE11476) is known color: Ruby. HEX triplet: E1, 14 and 76. RGB value is (225,20,118). Sum of RGB (Red+Green+Blue) = 225+20+118=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E11476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11476 is #1EEB89. Grayscale: #5C5C5C. Windows color (decimal): -2026378 or 7738593. OLE color: 7738593.

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

Color convert

RGB 225 20 118 -
CMYK 0 0.91 0.48 0.12
HSL 331.32º 0.84% 0.48% -
HSV(B) 331.32º 0.91% 0.88% -
XYZ 34.57 17.82 18.76 -
YUV 92.47 142.42 222.53 -
System Red Green Blue C M Y K H S L
Decimal 225 20 118 0 0.91 0.48 0.12 331.32 0.84 0.48
Hex E1 14 76 0 5B 30 C 14B 54 30
Octal 341 24 166 0 133 60 14 513 124 60
Binary 11100001 10100 1110110 0 1011011 110000 1100 101001011 1010100 110000

Color Harmonies of #E11476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11476

Black with #E11476

Text Example


Text Example

White with #E11476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11476; }

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

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

background-color css

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

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

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

border-color css

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

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

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