Html Css Color HEX #EB2540 Alizarin

📋 copy color: '#EB2540'

red 235 ◦ green 37 ◦ blue 64

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

Shades of Alizarin #EB2540

Tints of Alizarin #EB2540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.01%

 BLUE value IS 64 (25.39% from 255) = 19.05%

R = 69.94%
G = 11.01%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB2540 (or 0xEB2540) is known color: Alizarin. HEX triplet: EB, 25 and 40. RGB value is (235,37,64). Sum of RGB (Red+Green+Blue) = 235+37+64=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2540 is #14DABF. Grayscale: #636363. Windows color (decimal): -1366720 or 4204011. OLE color: 4204011.

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

Color convert

RGB 235 37 64 -
CMYK 0 0.84 0.73 0.08
HSL 351.82º 0.83% 0.53% -
HSV(B) 351.82º 0.84% 0.92% -
XYZ 35.85 19.36 6.7 -
YUV 99.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 235 37 64 0 0.84 0.73 0.08 351.82 0.83 0.53
Hex EB 25 40 0 54 49 8 160 53 35
Octal 353 45 100 0 124 111 10 540 123 65
Binary 11101011 100101 1000000 0 1010100 1001001 1000 101100000 1010011 110101

Color Harmonies of #EB2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2540

Black with #EB2540

Text Example


Text Example

White with #EB2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2540; }

 p { color: rgb(235,37,64); }

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

background-color css

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

 a { background-color: rgb(235,37,64); }

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

border-color css

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

 span { border-color: rgb(235,37,64); }

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