Html Css Color HEX #EA2430 Alizarin

📋 copy color: '#EA2430'

red 234 ◦ green 36 ◦ blue 48

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

Shades of Alizarin #EA2430

Tints of Alizarin #EA2430

RGB

 RED value IS 234 (91.8% from 255) = 73.58%

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

 BLUE value IS 48 (19.14% from 255) = 15.09%

R = 73.58%
G = 11.32%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA2430 (or 0xEA2430) is known color: Alizarin. HEX triplet: EA, 24 and 30. RGB value is (234,36,48). Sum of RGB (Red+Green+Blue) = 234+36+48=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2430 is #15DBCF. Grayscale: #606060. Windows color (decimal): -1432528 or 3155178. OLE color: 3155178.

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

Color convert

RGB 234 36 48 -
CMYK 0 0.85 0.79 0.08
HSL 356.36º 0.83% 0.53% -
HSV(B) 356.36º 0.85% 0.92% -
XYZ 35.1 18.97 4.61 -
YUV 96.57 100.6 226.02 -
System Red Green Blue C M Y K H S L
Decimal 234 36 48 0 0.85 0.79 0.08 356.36 0.83 0.53
Hex EA 24 30 0 55 4F 8 164 52 35
Octal 352 44 60 0 125 117 10 544 122 65
Binary 11101010 100100 110000 0 1010101 1001111 1000 101100100 1010010 110101

Color Harmonies of #EA2430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2430

Black with #EA2430

Text Example


Text Example

White with #EA2430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2430; }

 p { color: rgb(234,36,48); }

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

background-color css

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

 a { background-color: rgb(234,36,48); }

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

border-color css

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

 span { border-color: rgb(234,36,48); }

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