Html Css Color HEX #EA1847 Crimson

📋 copy color: '#EA1847'

red 234 ◦ green 24 ◦ blue 71

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

Shades of Crimson #EA1847

Tints of Crimson #EA1847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 71.12%
G = 7.29%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA1847 (or 0xEA1847) is known color: Crimson. HEX triplet: EA, 18 and 47. RGB value is (234,24,71). Sum of RGB (Red+Green+Blue) = 234+24+71=329 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.12% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1847 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1847 is #15E7B8. Grayscale: #5C5C5C. Windows color (decimal): -1435577 or 4659434. OLE color: 4659434.

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

Color convert

RGB 234 24 71 -
CMYK 0 0.90 0.70 0.08
HSL 346.57º 0.83% 0.51% -
HSV(B) 346.57º 0.9% 0.92% -
XYZ 35.4 18.6 7.69 -
YUV 92.15 116.07 229.18 -
System Red Green Blue C M Y K H S L
Decimal 234 24 71 0 0.90 0.70 0.08 346.57 0.83 0.51
Hex EA 18 47 0 5A 46 8 15B 53 33
Octal 352 30 107 0 132 106 10 533 123 63
Binary 11101010 11000 1000111 0 1011010 1000110 1000 101011011 1010011 110011

Color Harmonies of #EA1847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1847

Black with #EA1847

Text Example


Text Example

White with #EA1847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1847; }

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

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

background-color css

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

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

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

border-color css

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

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

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