Html Css Color HEX #E11144 Crimson

📋 copy color: '#E11144'

red 225 ◦ green 17 ◦ blue 68

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

Shades of Crimson #E11144

Tints of Crimson #E11144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.48%

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 72.58%
G = 5.48%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E11144 (or 0xE11144) is known color: Crimson. HEX triplet: E1, 11 and 44. RGB value is (225,17,68). Sum of RGB (Red+Green+Blue) = 225+17+68=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E11144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11144 is #1EEEBB. Grayscale: #555555. Windows color (decimal): -2027196 or 4461025. OLE color: 4461025.

HSL color Cylindrical-coordinate representation of color #E11144: hue angle of 345.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11144 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 17 68 -
CMYK 0 0.92 0.70 0.12
HSL 345.29º 0.86% 0.47% -
HSV(B) 345.29º 0.92% 0.88% -
XYZ 32.3 16.83 7.01 -
YUV 85.01 118.41 227.85 -
System Red Green Blue C M Y K H S L
Decimal 225 17 68 0 0.92 0.70 0.12 345.29 0.86 0.47
Hex E1 11 44 0 5C 46 C 159 56 2F
Octal 341 21 104 0 134 106 14 531 126 57
Binary 11100001 10001 1000100 0 1011100 1000110 1100 101011001 1010110 101111

Color Harmonies of #E11144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11144

Black with #E11144

Text Example


Text Example

White with #E11144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11144; }

 p { color: rgb(225,17,68); }

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

background-color css

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

 a { background-color: rgb(225,17,68); }

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

border-color css

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

 span { border-color: rgb(225,17,68); }

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