Html Css Color HEX #E11672 Ruby

📋 copy color: '#E11672'

red 225 ◦ green 22 ◦ blue 114

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

Shades of Ruby #E11672

Tints of Ruby #E11672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.09%

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

R = 62.33%
G = 6.09%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E11672 (or 0xE11672) is known color: Ruby. HEX triplet: E1, 16 and 72. RGB value is (225,22,114). Sum of RGB (Red+Green+Blue) = 225+22+114=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E11672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11672 is #1EE98D. Grayscale: #5D5D5D. Windows color (decimal): -2025870 or 7476961. OLE color: 7476961.

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

Color convert

RGB 225 22 114 -
CMYK 0 0.90 0.49 0.12
HSL 332.81º 0.82% 0.48% -
HSV(B) 332.81º 0.9% 0.88% -
XYZ 34.38 17.8 17.54 -
YUV 93.19 139.75 222.02 -
System Red Green Blue C M Y K H S L
Decimal 225 22 114 0 0.90 0.49 0.12 332.81 0.82 0.48
Hex E1 16 72 0 5A 31 C 14D 52 30
Octal 341 26 162 0 132 61 14 515 122 60
Binary 11100001 10110 1110010 0 1011010 110001 1100 101001101 1010010 110000

Color Harmonies of #E11672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11672

Black with #E11672

Text Example


Text Example

White with #E11672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11672; }

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

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

background-color css

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

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

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

border-color css

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

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

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