Html Css Color HEX #EA233F Alizarin

📋 copy color: '#EA233F'

red 234 ◦ green 35 ◦ blue 63

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

Shades of Alizarin #EA233F

Tints of Alizarin #EA233F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.54%

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

R = 70.48%
G = 10.54%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA233F (or 0xEA233F) is known color: Alizarin. HEX triplet: EA, 23 and 3F. RGB value is (234,35,63). Sum of RGB (Red+Green+Blue) = 234+35+63=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA233F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA233F is #15DCC0. Grayscale: #616161. Windows color (decimal): -1432769 or 4137962. OLE color: 4137962.

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

Color convert

RGB 234 35 63 -
CMYK 0 0.85 0.73 0.08
HSL 351.56º 0.83% 0.53% -
HSV(B) 351.56º 0.85% 0.92% -
XYZ 35.43 19.05 6.51 -
YUV 97.69 108.43 225.22 -
System Red Green Blue C M Y K H S L
Decimal 234 35 63 0 0.85 0.73 0.08 351.56 0.83 0.53
Hex EA 23 3F 0 55 49 8 160 53 35
Octal 352 43 77 0 125 111 10 540 123 65
Binary 11101010 100011 111111 0 1010101 1001001 1000 101100000 1010011 110101

Color Harmonies of #EA233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA233F

Black with #EA233F

Text Example


Text Example

White with #EA233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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