Html Css Color HEX #E11D6E Ruby

📋 copy color: '#E11D6E'

red 225 ◦ green 29 ◦ blue 110

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

Shades of Ruby #E11D6E

Tints of Ruby #E11D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.22%

R = 61.81%
G = 7.97%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E11D6E (or 0xE11D6E) is known color: Ruby. HEX triplet: E1, 1D and 6E. RGB value is (225,29,110). Sum of RGB (Red+Green+Blue) = 225+29+110=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11D6E is #1EE291. Grayscale: #606060. Windows color (decimal): -2024082 or 7216609. OLE color: 7216609.

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

Color convert

RGB 225 29 110 -
CMYK 0 0.87 0.51 0.12
HSL 335.2º 0.77% 0.5% -
HSV(B) 335.2º 0.87% 0.88% -
XYZ 34.31 18.01 16.42 -
YUV 96.84 135.43 219.41 -
System Red Green Blue C M Y K H S L
Decimal 225 29 110 0 0.87 0.51 0.12 335.2 0.77 0.5
Hex E1 1D 6E 0 57 33 C 14F 4D 32
Octal 341 35 156 0 127 63 14 517 115 62
Binary 11100001 11101 1101110 0 1010111 110011 1100 101001111 1001101 110010

Color Harmonies of #E11D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D6E

Black with #E11D6E

Text Example


Text Example

White with #E11D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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