Html Css Color HEX #EA333F Alizarin

📋 copy color: '#EA333F'

red 234 ◦ green 51 ◦ blue 63

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

Shades of Alizarin #EA333F

Tints of Alizarin #EA333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.66%

 BLUE value IS 63 (25% from 255) = 18.1%

R = 67.24%
G = 14.66%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA333F (or 0xEA333F) is known color: Alizarin. HEX triplet: EA, 33 and 3F. RGB value is (234,51,63). Sum of RGB (Red+Green+Blue) = 234+51+63=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA333F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA333F is #15CCC0. Grayscale: #6B6B6B. Windows color (decimal): -1428673 or 4142058. OLE color: 4142058.

HSL color Cylindrical-coordinate representation of color #EA333F: hue angle of 356.07º 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 #EA333F is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 51 63 -
CMYK 0 0.78 0.73 0.08
HSL 356.07º 0.81% 0.56% -
HSV(B) 356.07º 0.78% 0.92% -
XYZ 36.01 20.22 6.71 -
YUV 107.09 103.13 218.52 -
System Red Green Blue C M Y K H S L
Decimal 234 51 63 0 0.78 0.73 0.08 356.07 0.81 0.56
Hex EA 33 3F 0 4E 49 8 164 51 38
Octal 352 63 77 0 116 111 10 544 121 70
Binary 11101010 110011 111111 0 1001110 1001001 1000 101100100 1010001 111000

Color Harmonies of #EA333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA333F

Black with #EA333F

Text Example


Text Example

White with #EA333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA333F; }

 p { color: rgb(234,51,63); }

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

background-color css

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

 a { background-color: rgb(234,51,63); }

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

border-color css

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

 span { border-color: rgb(234,51,63); }

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