Html Css Color HEX #E11A6E Ruby

📋 copy color: '#E11A6E'

red 225 ◦ green 26 ◦ blue 110

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

Shades of Ruby #E11A6E

Tints of Ruby #E11A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.2%

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

R = 62.33%
G = 7.2%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E11A6E (or 0xE11A6E) is known color: Ruby. HEX triplet: E1, 1A and 6E. RGB value is (225,26,110). Sum of RGB (Red+Green+Blue) = 225+26+110=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11A6E is #1EE591. Grayscale: #5E5E5E. Windows color (decimal): -2024850 or 7215841. OLE color: 7215841.

HSL color Cylindrical-coordinate representation of color #E11A6E: hue angle of 334.67º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11A6E is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 26 110 -
CMYK 0 0.88 0.51 0.12
HSL 334.67º 0.79% 0.49% -
HSV(B) 334.67º 0.88% 0.88% -
XYZ 34.24 17.87 16.4 -
YUV 95.08 136.43 220.67 -
System Red Green Blue C M Y K H S L
Decimal 225 26 110 0 0.88 0.51 0.12 334.67 0.79 0.49
Hex E1 1A 6E 0 58 33 C 14F 4F 31
Octal 341 32 156 0 130 63 14 517 117 61
Binary 11100001 11010 1101110 0 1011000 110011 1100 101001111 1001111 110001

Color Harmonies of #E11A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11A6E

Black with #E11A6E

Text Example


Text Example

White with #E11A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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