Html Css Color HEX #EA2043 Alizarin

📋 copy color: '#EA2043'

red 234 ◦ green 32 ◦ blue 67

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

Shades of Alizarin #EA2043

Tints of Alizarin #EA2043

RGB

 RED value IS 234 (91.8% from 255) = 70.27%

 GREEN value IS 32 (12.89% from 255) = 9.61%

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

R = 70.27%
G = 9.61%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA2043 (or 0xEA2043) is known color: Alizarin. HEX triplet: EA, 20 and 43. RGB value is (234,32,67). Sum of RGB (Red+Green+Blue) = 234+32+67=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2043 is #15DFBC. Grayscale: #606060. Windows color (decimal): -1433533 or 4399338. OLE color: 4399338.

HSL color Cylindrical-coordinate representation of color #EA2043: hue angle of 349.6º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2043 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 32 67 -
CMYK 0 0.86 0.71 0.08
HSL 349.6º 0.83% 0.52% -
HSV(B) 349.6º 0.86% 0.92% -
XYZ 35.46 18.93 7.1 -
YUV 96.39 111.42 226.15 -
System Red Green Blue C M Y K H S L
Decimal 234 32 67 0 0.86 0.71 0.08 349.6 0.83 0.52
Hex EA 20 43 0 56 47 8 15E 53 34
Octal 352 40 103 0 126 107 10 536 123 64
Binary 11101010 100000 1000011 0 1010110 1000111 1000 101011110 1010011 110100

Color Harmonies of #EA2043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2043

Black with #EA2043

Text Example


Text Example

White with #EA2043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2043; }

 p { color: rgb(234,32,67); }

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

background-color css

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

 a { background-color: rgb(234,32,67); }

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

border-color css

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

 span { border-color: rgb(234,32,67); }

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