Html Css Color HEX #EB343E Alizarin

📋 copy color: '#EB343E'

red 235 ◦ green 52 ◦ blue 62

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

Shades of Alizarin #EB343E

Tints of Alizarin #EB343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.9%

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

R = 67.34%
G = 14.9%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB343E (or 0xEB343E) is known color: Alizarin. HEX triplet: EB, 34 and 3E. RGB value is (235,52,62). Sum of RGB (Red+Green+Blue) = 235+52+62=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB343E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB343E is #14CBC1. Grayscale: #6C6C6C. Windows color (decimal): -1362882 or 4076779. OLE color: 4076779.

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

Color convert

RGB 235 52 62 -
CMYK 0 0.78 0.74 0.08
HSL 356.72º 0.82% 0.56% -
HSV(B) 356.72º 0.78% 0.92% -
XYZ 36.36 20.47 6.59 -
YUV 107.86 102.13 218.69 -
System Red Green Blue C M Y K H S L
Decimal 235 52 62 0 0.78 0.74 0.08 356.72 0.82 0.56
Hex EB 34 3E 0 4E 4A 8 165 52 38
Octal 353 64 76 0 116 112 10 545 122 70
Binary 11101011 110100 111110 0 1001110 1001010 1000 101100101 1010010 111000

Color Harmonies of #EB343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB343E

Black with #EB343E

Text Example


Text Example

White with #EB343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB343E; }

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

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

background-color css

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

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

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

border-color css

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

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

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