Html Css Color HEX #EB223E Alizarin

📋 copy color: '#EB223E'

red 235 ◦ green 34 ◦ blue 62

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

Shades of Alizarin #EB223E

Tints of Alizarin #EB223E

RGB

 RED value IS 235 (92.19% from 255) = 71%

 GREEN value IS 34 (13.67% from 255) = 10.27%

 BLUE value IS 62 (24.61% from 255) = 18.73%

R = 71%
G = 10.27%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB223E (or 0xEB223E) is known color: Alizarin. HEX triplet: EB, 22 and 3E. RGB value is (235,34,62). Sum of RGB (Red+Green+Blue) = 235+34+62=331 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.00% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 235 - color contains mainly: red. Hex color #EB223E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB223E is #14DDC1. Grayscale: #616161. Windows color (decimal): -1367490 or 4072171. OLE color: 4072171.

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

Color convert

RGB 235 34 62 -
CMYK 0 0.86 0.74 0.08
HSL 351.64º 0.83% 0.53% -
HSV(B) 351.64º 0.86% 0.92% -
XYZ 35.7 19.15 6.37 -
YUV 97.29 108.09 226.22 -
System Red Green Blue C M Y K H S L
Decimal 235 34 62 0 0.86 0.74 0.08 351.64 0.83 0.53
Hex EB 22 3E 0 56 4A 8 160 53 35
Octal 353 42 76 0 126 112 10 540 123 65
Binary 11101011 100010 111110 0 1010110 1001010 1000 101100000 1010011 110101

Color Harmonies of #EB223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB223E

Black with #EB223E

Text Example


Text Example

White with #EB223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB223E; }

 p { color: rgb(235,34,62); }

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

background-color css

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

 a { background-color: rgb(235,34,62); }

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

border-color css

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

 span { border-color: rgb(235,34,62); }

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