Html Css Color HEX #EB313E Alizarin

📋 copy color: '#EB313E'

red 235 ◦ green 49 ◦ blue 62

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

Shades of Alizarin #EB313E

Tints of Alizarin #EB313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.16%

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

R = 67.92%
G = 14.16%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB313E (or 0xEB313E) is known color: Alizarin. HEX triplet: EB, 31 and 3E. RGB value is (235,49,62). Sum of RGB (Red+Green+Blue) = 235+49+62=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB313E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB313E is #14CEC1. Grayscale: #6A6A6A. Windows color (decimal): -1363650 or 4076011. OLE color: 4076011.

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

Color convert

RGB 235 49 62 -
CMYK 0 0.79 0.74 0.08
HSL 355.81º 0.82% 0.56% -
HSV(B) 355.81º 0.79% 0.92% -
XYZ 36.23 20.21 6.55 -
YUV 106.1 103.12 219.94 -
System Red Green Blue C M Y K H S L
Decimal 235 49 62 0 0.79 0.74 0.08 355.81 0.82 0.56
Hex EB 31 3E 0 4F 4A 8 164 52 38
Octal 353 61 76 0 117 112 10 544 122 70
Binary 11101011 110001 111110 0 1001111 1001010 1000 101100100 1010010 111000

Color Harmonies of #EB313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB313E

Black with #EB313E

Text Example


Text Example

White with #EB313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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