Html Css Color HEX #EA1845 Crimson

📋 copy color: '#EA1845'

red 234 ◦ green 24 ◦ blue 69

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

Shades of Crimson #EA1845

Tints of Crimson #EA1845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.34%

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 71.56%
G = 7.34%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA1845 (or 0xEA1845) is known color: Crimson. HEX triplet: EA, 18 and 45. RGB value is (234,24,69). Sum of RGB (Red+Green+Blue) = 234+24+69=327 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.56% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1845 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1845 is #15E7BA. Grayscale: #5B5B5B. Windows color (decimal): -1435579 or 4528362. OLE color: 4528362.

HSL color Cylindrical-coordinate representation of color #EA1845: hue angle of 347.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1845 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 24 69 -
CMYK 0 0.90 0.71 0.08
HSL 347.14º 0.83% 0.51% -
HSV(B) 347.14º 0.9% 0.92% -
XYZ 35.33 18.58 7.35 -
YUV 91.92 115.07 229.34 -
System Red Green Blue C M Y K H S L
Decimal 234 24 69 0 0.90 0.71 0.08 347.14 0.83 0.51
Hex EA 18 45 0 5A 47 8 15B 53 33
Octal 352 30 105 0 132 107 10 533 123 63
Binary 11101010 11000 1000101 0 1011010 1000111 1000 101011011 1010011 110011

Color Harmonies of #EA1845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1845

Black with #EA1845

Text Example


Text Example

White with #EA1845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1845; }

 p { color: rgb(234,24,69); }

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

background-color css

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

 a { background-color: rgb(234,24,69); }

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

border-color css

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

 span { border-color: rgb(234,24,69); }

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