Html Css Color HEX #E11A6F Ruby

📋 copy color: '#E11A6F'

red 225 ◦ green 26 ◦ blue 111

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

Shades of Ruby #E11A6F

Tints of Ruby #E11A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 62.15%
G = 7.18%
B = 30.66%

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

#E11A6F (or 0xE11A6F) is known color: Ruby. HEX triplet: E1, 1A and 6F. RGB value is (225,26,111). Sum of RGB (Red+Green+Blue) = 225+26+111=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11A6F is #1EE590. Grayscale: #5F5F5F. Windows color (decimal): -2024849 or 7281377. OLE color: 7281377.

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

Color convert

RGB 225 26 111 -
CMYK 0 0.88 0.51 0.12
HSL 334.37º 0.79% 0.49% -
HSV(B) 334.37º 0.88% 0.88% -
XYZ 34.29 17.89 16.69 -
YUV 95.19 136.93 220.59 -
System Red Green Blue C M Y K H S L
Decimal 225 26 111 0 0.88 0.51 0.12 334.37 0.79 0.49
Hex E1 1A 6F 0 58 33 C 14E 4F 31
Octal 341 32 157 0 130 63 14 516 117 61
Binary 11100001 11010 1101111 0 1011000 110011 1100 101001110 1001111 110001

Color Harmonies of #E11A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11A6F

Black with #E11A6F

Text Example


Text Example

White with #E11A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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