Html Css Color HEX #E12943 Alizarin

📋 copy color: '#E12943'

red 225 ◦ green 41 ◦ blue 67

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

Shades of Alizarin #E12943

Tints of Alizarin #E12943

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.31%

 BLUE value IS 67 (26.56% from 255) = 20.12%

R = 67.57%
G = 12.31%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E12943 (or 0xE12943) is known color: Alizarin. HEX triplet: E1, 29 and 43. RGB value is (225,41,67). Sum of RGB (Red+Green+Blue) = 225+41+67=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E12943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12943 is #1ED6BC. Grayscale: #636363. Windows color (decimal): -2021053 or 4401633. OLE color: 4401633.

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

Color convert

RGB 225 41 67 -
CMYK 0 0.82 0.70 0.12
HSL 351.52º 0.75% 0.52% -
HSV(B) 351.52º 0.82% 0.88% -
XYZ 32.86 18 7.05 -
YUV 98.98 109.96 217.89 -
System Red Green Blue C M Y K H S L
Decimal 225 41 67 0 0.82 0.70 0.12 351.52 0.75 0.52
Hex E1 29 43 0 52 46 C 160 4B 34
Octal 341 51 103 0 122 106 14 540 113 64
Binary 11100001 101001 1000011 0 1010010 1000110 1100 101100000 1001011 110100

Color Harmonies of #E12943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12943

Black with #E12943

Text Example


Text Example

White with #E12943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12943; }

 p { color: rgb(225,41,67); }

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

background-color css

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

 a { background-color: rgb(225,41,67); }

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

border-color css

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

 span { border-color: rgb(225,41,67); }

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