Html Css Color HEX #EB303E Alizarin

📋 copy color: '#EB303E'

red 235 ◦ green 48 ◦ blue 62

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

Shades of Alizarin #EB303E

Tints of Alizarin #EB303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.91%

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

R = 68.12%
G = 13.91%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB303E (or 0xEB303E) is known color: Alizarin. HEX triplet: EB, 30 and 3E. RGB value is (235,48,62). Sum of RGB (Red+Green+Blue) = 235+48+62=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB303E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB303E is #14CFC1. Grayscale: #696969. Windows color (decimal): -1363906 or 4075755. OLE color: 4075755.

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

Color convert

RGB 235 48 62 -
CMYK 0 0.80 0.74 0.08
HSL 355.51º 0.82% 0.55% -
HSV(B) 355.51º 0.8% 0.92% -
XYZ 36.19 20.12 6.53 -
YUV 105.51 103.45 220.36 -
System Red Green Blue C M Y K H S L
Decimal 235 48 62 0 0.80 0.74 0.08 355.51 0.82 0.55
Hex EB 30 3E 0 50 4A 8 164 52 37
Octal 353 60 76 0 120 112 10 544 122 67
Binary 11101011 110000 111110 0 1010000 1001010 1000 101100100 1010010 110111

Color Harmonies of #EB303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB303E

Black with #EB303E

Text Example


Text Example

White with #EB303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB303E; }

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

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

background-color css

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

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

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

border-color css

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

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

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