Html Css Color HEX #EB233A Alizarin

📋 copy color: '#EB233A'

red 235 ◦ green 35 ◦ blue 58

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

Shades of Alizarin #EB233A

Tints of Alizarin #EB233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.67%

 BLUE value IS 58 (23.05% from 255) = 17.68%

R = 71.65%
G = 10.67%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB233A (or 0xEB233A) is known color: Alizarin. HEX triplet: EB, 23 and 3A. RGB value is (235,35,58). Sum of RGB (Red+Green+Blue) = 235+35+58=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB233A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB233A is #14DCC5. Grayscale: #616161. Windows color (decimal): -1367238 or 3810283. OLE color: 3810283.

HSL color Cylindrical-coordinate representation of color #EB233A: hue angle of 353.1º 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 #EB233A is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 35 58 -
CMYK 0 0.85 0.75 0.08
HSL 353.1º 0.83% 0.53% -
HSV(B) 353.1º 0.85% 0.92% -
XYZ 35.63 19.17 5.83 -
YUV 97.42 105.76 226.13 -
System Red Green Blue C M Y K H S L
Decimal 235 35 58 0 0.85 0.75 0.08 353.1 0.83 0.53
Hex EB 23 3A 0 55 4B 8 161 53 35
Octal 353 43 72 0 125 113 10 541 123 65
Binary 11101011 100011 111010 0 1010101 1001011 1000 101100001 1010011 110101

Color Harmonies of #EB233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB233A

Black with #EB233A

Text Example


Text Example

White with #EB233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB233A; }

 p { color: rgb(235,35,58); }

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

background-color css

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

 a { background-color: rgb(235,35,58); }

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

border-color css

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

 span { border-color: rgb(235,35,58); }

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