Html Css Color HEX #EA383C Alizarin

📋 copy color: '#EA383C'

red 234 ◦ green 56 ◦ blue 60

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

Shades of Alizarin #EA383C

Tints of Alizarin #EA383C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

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

R = 66.86%
G = 16%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA383C (or 0xEA383C) is known color: Alizarin. HEX triplet: EA, 38 and 3C. RGB value is (234,56,60). Sum of RGB (Red+Green+Blue) = 234+56+60=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA383C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA383C is #15C7C3. Grayscale: #6D6D6D. Windows color (decimal): -1427396 or 3946730. OLE color: 3946730.

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

Color convert

RGB 234 56 60 -
CMYK 0 0.76 0.74 0.08
HSL 358.65º 0.81% 0.57% -
HSV(B) 358.65º 0.76% 0.92% -
XYZ 36.16 20.65 6.35 -
YUV 109.68 99.97 216.67 -
System Red Green Blue C M Y K H S L
Decimal 234 56 60 0 0.76 0.74 0.08 358.65 0.81 0.57
Hex EA 38 3C 0 4C 4A 8 167 51 39
Octal 352 70 74 0 114 112 10 547 121 71
Binary 11101010 111000 111100 0 1001100 1001010 1000 101100111 1010001 111001

Color Harmonies of #EA383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA383C

Black with #EA383C

Text Example


Text Example

White with #EA383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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