Html Css Color HEX #E2283C Alizarin

📋 copy color: '#E2283C'

red 226 ◦ green 40 ◦ blue 60

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

Shades of Alizarin #E2283C

Tints of Alizarin #E2283C

RGB

 RED value IS 226 (88.67% from 255) = 69.33%

 GREEN value IS 40 (16.02% from 255) = 12.27%

 BLUE value IS 60 (23.83% from 255) = 18.4%

R = 69.33%
G = 12.27%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2283C (or 0xE2283C) is known color: Alizarin. HEX triplet: E2, 28 and 3C. RGB value is (226,40,60). Sum of RGB (Red+Green+Blue) = 226+40+60=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E2283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2283C is #1DD7C3. Grayscale: #616161. Windows color (decimal): -1955780 or 3942626. OLE color: 3942626.

HSL color Cylindrical-coordinate representation of color #E2283C: hue angle of 353.55º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2283C is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 40 60 -
CMYK 0 0.82 0.73 0.11
HSL 353.55º 0.76% 0.52% -
HSV(B) 353.55º 0.82% 0.89% -
XYZ 32.94 18.01 6.02 -
YUV 97.89 106.62 219.37 -
System Red Green Blue C M Y K H S L
Decimal 226 40 60 0 0.82 0.73 0.11 353.55 0.76 0.52
Hex E2 28 3C 0 52 49 B 162 4C 34
Octal 342 50 74 0 122 111 13 542 114 64
Binary 11100010 101000 111100 0 1010010 1001001 1011 101100010 1001100 110100

Color Harmonies of #E2283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2283C

Black with #E2283C

Text Example


Text Example

White with #E2283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2283C; }

 p { color: rgb(226,40,60); }

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

background-color css

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

 a { background-color: rgb(226,40,60); }

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

border-color css

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

 span { border-color: rgb(226,40,60); }

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