Html Css Color HEX #E11474 Ruby

📋 copy color: '#E11474'

red 225 ◦ green 20 ◦ blue 116

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

Shades of Ruby #E11474

Tints of Ruby #E11474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 62.33%
G = 5.54%
B = 32.13%

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

#E11474 (or 0xE11474) is known color: Ruby. HEX triplet: E1, 14 and 74. RGB value is (225,20,116). Sum of RGB (Red+Green+Blue) = 225+20+116=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E11474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11474 is #1EEB8B. Grayscale: #5C5C5C. Windows color (decimal): -2026380 or 7607521. OLE color: 7607521.

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

Color convert

RGB 225 20 116 -
CMYK 0 0.91 0.48 0.12
HSL 331.9º 0.84% 0.48% -
HSV(B) 331.9º 0.91% 0.88% -
XYZ 34.45 17.77 18.14 -
YUV 92.24 141.42 222.69 -
System Red Green Blue C M Y K H S L
Decimal 225 20 116 0 0.91 0.48 0.12 331.9 0.84 0.48
Hex E1 14 74 0 5B 30 C 14C 54 30
Octal 341 24 164 0 133 60 14 514 124 60
Binary 11100001 10100 1110100 0 1011011 110000 1100 101001100 1010100 110000

Color Harmonies of #E11474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11474

Black with #E11474

Text Example


Text Example

White with #E11474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11474; }

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

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

background-color css

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

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

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

border-color css

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

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

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