Html Css Color HEX #EA203F Alizarin

📋 copy color: '#EA203F'

red 234 ◦ green 32 ◦ blue 63

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

Shades of Alizarin #EA203F

Tints of Alizarin #EA203F

RGB

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

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

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

R = 71.12%
G = 9.73%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA203F (or 0xEA203F) is known color: Alizarin. HEX triplet: EA, 20 and 3F. RGB value is (234,32,63). Sum of RGB (Red+Green+Blue) = 234+32+63=329 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.12% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 234 - color contains mainly: red. Hex color #EA203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA203F is #15DFC0. Grayscale: #606060. Windows color (decimal): -1433537 or 4137194. OLE color: 4137194.

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

Color convert

RGB 234 32 63 -
CMYK 0 0.86 0.73 0.08
HSL 350.79º 0.83% 0.52% -
HSV(B) 350.79º 0.86% 0.92% -
XYZ 35.35 18.88 6.48 -
YUV 95.93 109.42 226.48 -
System Red Green Blue C M Y K H S L
Decimal 234 32 63 0 0.86 0.73 0.08 350.79 0.83 0.52
Hex EA 20 3F 0 56 49 8 15F 53 34
Octal 352 40 77 0 126 111 10 537 123 64
Binary 11101010 100000 111111 0 1010110 1001001 1000 101011111 1010011 110100

Color Harmonies of #EA203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA203F

Black with #EA203F

Text Example


Text Example

White with #EA203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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