Html Css Color HEX #E11048 Crimson

📋 copy color: '#E11048'

red 225 ◦ green 16 ◦ blue 72

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

Shades of Crimson #E11048

Tints of Crimson #E11048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.11%

 BLUE value IS 72 (28.52% from 255) = 23%

R = 71.88%
G = 5.11%
B = 23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E11048 (or 0xE11048) is known color: Crimson. HEX triplet: E1, 10 and 48. RGB value is (225,16,72). Sum of RGB (Red+Green+Blue) = 225+16+72=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E11048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11048 is #1EEFB7. Grayscale: #545454. Windows color (decimal): -2027448 or 4722913. OLE color: 4722913.

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

Color convert

RGB 225 16 72 -
CMYK 0 0.93 0.68 0.12
HSL 343.92º 0.87% 0.47% -
HSV(B) 343.92º 0.93% 0.88% -
XYZ 32.41 16.85 7.67 -
YUV 84.88 120.74 227.95 -
System Red Green Blue C M Y K H S L
Decimal 225 16 72 0 0.93 0.68 0.12 343.92 0.87 0.47
Hex E1 10 48 0 5D 44 C 158 57 2F
Octal 341 20 110 0 135 104 14 530 127 57
Binary 11100001 10000 1001000 0 1011101 1000100 1100 101011000 1010111 101111

Color Harmonies of #E11048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11048

Black with #E11048

Text Example


Text Example

White with #E11048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11048; }

 p { color: rgb(225,16,72); }

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

background-color css

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

 a { background-color: rgb(225,16,72); }

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

border-color css

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

 span { border-color: rgb(225,16,72); }

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