Html Css Color HEX #EB393E Alizarin

📋 copy color: '#EB393E'

red 235 ◦ green 57 ◦ blue 62

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

Shades of Alizarin #EB393E

Tints of Alizarin #EB393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.1%

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

R = 66.38%
G = 16.1%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB393E (or 0xEB393E) is known color: Alizarin. HEX triplet: EB, 39 and 3E. RGB value is (235,57,62). Sum of RGB (Red+Green+Blue) = 235+57+62=354 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.38% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 235 - color contains mainly: red. Hex color #EB393E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB393E is #14C6C1. Grayscale: #6E6E6E. Windows color (decimal): -1361602 or 4078059. OLE color: 4078059.

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

Color convert

RGB 235 57 62 -
CMYK 0 0.76 0.74 0.08
HSL 358.31º 0.82% 0.57% -
HSV(B) 358.31º 0.76% 0.92% -
XYZ 36.59 20.94 6.67 -
YUV 110.79 100.47 216.59 -
System Red Green Blue C M Y K H S L
Decimal 235 57 62 0 0.76 0.74 0.08 358.31 0.82 0.57
Hex EB 39 3E 0 4C 4A 8 166 52 39
Octal 353 71 76 0 114 112 10 546 122 71
Binary 11101011 111001 111110 0 1001100 1001010 1000 101100110 1010010 111001

Color Harmonies of #EB393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB393E

Black with #EB393E

Text Example


Text Example

White with #EB393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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