Html Css Color HEX #E11477 Ruby

📋 copy color: '#E11477'

red 225 ◦ green 20 ◦ blue 119

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

Shades of Ruby #E11477

Tints of Ruby #E11477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.69%

R = 61.81%
G = 5.49%
B = 32.69%

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

#E11477 (or 0xE11477) is known color: Ruby. HEX triplet: E1, 14 and 77. RGB value is (225,20,119). Sum of RGB (Red+Green+Blue) = 225+20+119=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E11477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11477 is #1EEB88. Grayscale: #5C5C5C. Windows color (decimal): -2026377 or 7804129. OLE color: 7804129.

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

Color convert

RGB 225 20 119 -
CMYK 0 0.91 0.47 0.12
HSL 331.02º 0.84% 0.48% -
HSV(B) 331.02º 0.91% 0.88% -
XYZ 34.63 17.84 19.07 -
YUV 92.58 142.92 222.45 -
System Red Green Blue C M Y K H S L
Decimal 225 20 119 0 0.91 0.47 0.12 331.02 0.84 0.48
Hex E1 14 77 0 5B 2F C 14B 54 30
Octal 341 24 167 0 133 57 14 513 124 60
Binary 11100001 10100 1110111 0 1011011 101111 1100 101001011 1010100 110000

Color Harmonies of #E11477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11477

Black with #E11477

Text Example


Text Example

White with #E11477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11477; }

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

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

background-color css

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

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

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

border-color css

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

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

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