Html Css Color HEX #E11E74 Ruby

📋 copy color: '#E11E74'

red 225 ◦ green 30 ◦ blue 116

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

Shades of Ruby #E11E74

Tints of Ruby #E11E74

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.09%

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

R = 60.65%
G = 8.09%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E11E74 (or 0xE11E74) is known color: Ruby. HEX triplet: E1, 1E and 74. RGB value is (225,30,116). Sum of RGB (Red+Green+Blue) = 225+30+116=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11E74 is #1EE18B. Grayscale: #616161. Windows color (decimal): -2023820 or 7610081. OLE color: 7610081.

HSL color Cylindrical-coordinate representation of color #E11E74: hue angle of 333.54º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11E74 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 30 116 -
CMYK 0 0.87 0.48 0.12
HSL 333.54º 0.76% 0.5% -
HSV(B) 333.54º 0.87% 0.88% -
XYZ 34.67 18.2 18.21 -
YUV 98.11 138.1 218.51 -
System Red Green Blue C M Y K H S L
Decimal 225 30 116 0 0.87 0.48 0.12 333.54 0.76 0.5
Hex E1 1E 74 0 57 30 C 14E 4C 32
Octal 341 36 164 0 127 60 14 516 114 62
Binary 11100001 11110 1110100 0 1010111 110000 1100 101001110 1001100 110010

Color Harmonies of #E11E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11E74

Black with #E11E74

Text Example


Text Example

White with #E11E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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