Html Css Color HEX #EB2442 Alizarin

📋 copy color: '#EB2442'

red 235 ◦ green 36 ◦ blue 66

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

Shades of Alizarin #EB2442

Tints of Alizarin #EB2442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.68%

 BLUE value IS 66 (26.17% from 255) = 19.58%

R = 69.73%
G = 10.68%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB2442 (or 0xEB2442) is known color: Alizarin. HEX triplet: EB, 24 and 42. RGB value is (235,36,66). Sum of RGB (Red+Green+Blue) = 235+36+66=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2442 is #14DBBD. Grayscale: #636363. Windows color (decimal): -1366974 or 4334827. OLE color: 4334827.

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

Color convert

RGB 235 36 66 -
CMYK 0 0.85 0.72 0.08
HSL 350.95º 0.83% 0.53% -
HSV(B) 350.95º 0.85% 0.92% -
XYZ 35.88 19.32 6.99 -
YUV 98.92 109.43 225.06 -
System Red Green Blue C M Y K H S L
Decimal 235 36 66 0 0.85 0.72 0.08 350.95 0.83 0.53
Hex EB 24 42 0 55 48 8 15F 53 35
Octal 353 44 102 0 125 110 10 537 123 65
Binary 11101011 100100 1000010 0 1010101 1001000 1000 101011111 1010011 110101

Color Harmonies of #EB2442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2442

Black with #EB2442

Text Example


Text Example

White with #EB2442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2442; }

 p { color: rgb(235,36,66); }

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

background-color css

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

 a { background-color: rgb(235,36,66); }

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

border-color css

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

 span { border-color: rgb(235,36,66); }

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