Html Css Color HEX #E11D72 Ruby

📋 copy color: '#E11D72'

red 225 ◦ green 29 ◦ blue 114

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

Shades of Ruby #E11D72

Tints of Ruby #E11D72

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.88%

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 61.14%
G = 7.88%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E11D72 (or 0xE11D72) is known color: Ruby. HEX triplet: E1, 1D and 72. RGB value is (225,29,114). Sum of RGB (Red+Green+Blue) = 225+29+114=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11D72 is #1EE28D. Grayscale: #616161. Windows color (decimal): -2024078 or 7478753. OLE color: 7478753.

HSL color Cylindrical-coordinate representation of color #E11D72: hue angle of 333.98º degrees, saturation: 0.77, 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 #E11D72 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 29 114 -
CMYK 0 0.87 0.49 0.12
HSL 333.98º 0.77% 0.5% -
HSV(B) 333.98º 0.87% 0.88% -
XYZ 34.53 18.1 17.59 -
YUV 97.29 137.43 219.09 -
System Red Green Blue C M Y K H S L
Decimal 225 29 114 0 0.87 0.49 0.12 333.98 0.77 0.5
Hex E1 1D 72 0 57 31 C 14E 4D 32
Octal 341 35 162 0 127 61 14 516 115 62
Binary 11100001 11101 1110010 0 1010111 110001 1100 101001110 1001101 110010

Color Harmonies of #E11D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D72

Black with #E11D72

Text Example


Text Example

White with #E11D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D72; }

 p { color: rgb(225,29,114); }

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

background-color css

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

 a { background-color: rgb(225,29,114); }

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

border-color css

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

 span { border-color: rgb(225,29,114); }

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