Html Css Color HEX #E11D6D Ruby

📋 copy color: '#E11D6D'

red 225 ◦ green 29 ◦ blue 109

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

Shades of Ruby #E11D6D

Tints of Ruby #E11D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 61.98%
G = 7.99%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E11D6D (or 0xE11D6D) is known color: Ruby. HEX triplet: E1, 1D and 6D. RGB value is (225,29,109). Sum of RGB (Red+Green+Blue) = 225+29+109=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11D6D is #1EE292. Grayscale: #606060. Windows color (decimal): -2024083 or 7151073. OLE color: 7151073.

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

Color convert

RGB 225 29 109 -
CMYK 0 0.87 0.52 0.12
HSL 335.51º 0.77% 0.5% -
HSV(B) 335.51º 0.87% 0.88% -
XYZ 34.25 17.99 16.14 -
YUV 96.72 134.93 219.5 -
System Red Green Blue C M Y K H S L
Decimal 225 29 109 0 0.87 0.52 0.12 335.51 0.77 0.5
Hex E1 1D 6D 0 57 34 C 150 4D 32
Octal 341 35 155 0 127 64 14 520 115 62
Binary 11100001 11101 1101101 0 1010111 110100 1100 101010000 1001101 110010

Color Harmonies of #E11D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D6D

Black with #E11D6D

Text Example


Text Example

White with #E11D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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