Html Css Color HEX #EB213F Alizarin

📋 copy color: '#EB213F'

red 235 ◦ green 33 ◦ blue 63

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

Shades of Alizarin #EB213F

Tints of Alizarin #EB213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.97%

 BLUE value IS 63 (25% from 255) = 19.03%

R = 71%
G = 9.97%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB213F (or 0xEB213F) is known color: Alizarin. HEX triplet: EB, 21 and 3F. RGB value is (235,33,63). Sum of RGB (Red+Green+Blue) = 235+33+63=331 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.00% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 235 - color contains mainly: red. Hex color #EB213F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB213F is #14DEC0. Grayscale: #606060. Windows color (decimal): -1367745 or 4137451. OLE color: 4137451.

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

Color convert

RGB 235 33 63 -
CMYK 0 0.86 0.73 0.08
HSL 351.09º 0.83% 0.53% -
HSV(B) 351.09º 0.86% 0.92% -
XYZ 35.7 19.11 6.51 -
YUV 96.82 108.92 226.56 -
System Red Green Blue C M Y K H S L
Decimal 235 33 63 0 0.86 0.73 0.08 351.09 0.83 0.53
Hex EB 21 3F 0 56 49 8 15F 53 35
Octal 353 41 77 0 126 111 10 537 123 65
Binary 11101011 100001 111111 0 1010110 1001001 1000 101011111 1010011 110101

Color Harmonies of #EB213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB213F

Black with #EB213F

Text Example


Text Example

White with #EB213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB213F; }

 p { color: rgb(235,33,63); }

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

background-color css

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

 a { background-color: rgb(235,33,63); }

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

border-color css

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

 span { border-color: rgb(235,33,63); }

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