Html Css Color HEX #EA3438 Alizarin

📋 copy color: '#EA3438'

red 234 ◦ green 52 ◦ blue 56

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

Shades of Alizarin #EA3438

Tints of Alizarin #EA3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

 BLUE value IS 56 (22.27% from 255) = 16.37%

R = 68.42%
G = 15.2%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA3438 (or 0xEA3438) is known color: Alizarin. HEX triplet: EA, 34 and 38. RGB value is (234,52,56). Sum of RGB (Red+Green+Blue) = 234+52+56=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3438 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3438 is #15CBC7. Grayscale: #6B6B6B. Windows color (decimal): -1428424 or 3683562. OLE color: 3683562.

HSL color Cylindrical-coordinate representation of color #EA3438: hue angle of 358.68º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA3438 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 52 56 -
CMYK 0 0.78 0.76 0.08
HSL 358.68º 0.81% 0.56% -
HSV(B) 358.68º 0.78% 0.92% -
XYZ 35.87 20.23 5.76 -
YUV 106.87 99.3 218.67 -
System Red Green Blue C M Y K H S L
Decimal 234 52 56 0 0.78 0.76 0.08 358.68 0.81 0.56
Hex EA 34 38 0 4E 4C 8 167 51 38
Octal 352 64 70 0 116 114 10 547 121 70
Binary 11101010 110100 111000 0 1001110 1001100 1000 101100111 1010001 111000

Color Harmonies of #EA3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3438

Black with #EA3438

Text Example


Text Example

White with #EA3438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3438; }

 p { color: rgb(234,52,56); }

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

background-color css

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

 a { background-color: rgb(234,52,56); }

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

border-color css

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

 span { border-color: rgb(234,52,56); }

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