Html Css Color HEX #EA1646 Crimson

📋 copy color: '#EA1646'

red 234 ◦ green 22 ◦ blue 70

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

Shades of Crimson #EA1646

Tints of Crimson #EA1646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.75%

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 71.78%
G = 6.75%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA1646 (or 0xEA1646) is known color: Crimson. HEX triplet: EA, 16 and 46. RGB value is (234,22,70). Sum of RGB (Red+Green+Blue) = 234+22+70=326 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.78% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1646 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1646 is #15E9B9. Grayscale: #5A5A5A. Windows color (decimal): -1436090 or 4593386. OLE color: 4593386.

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

Color convert

RGB 234 22 70 -
CMYK 0 0.91 0.70 0.08
HSL 346.42º 0.83% 0.5% -
HSV(B) 346.42º 0.91% 0.92% -
XYZ 35.32 18.51 7.51 -
YUV 90.86 116.24 230.1 -
System Red Green Blue C M Y K H S L
Decimal 234 22 70 0 0.91 0.70 0.08 346.42 0.83 0.5
Hex EA 16 46 0 5B 46 8 15A 53 32
Octal 352 26 106 0 133 106 10 532 123 62
Binary 11101010 10110 1000110 0 1011011 1000110 1000 101011010 1010011 110010

Color Harmonies of #EA1646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1646

Black with #EA1646

Text Example


Text Example

White with #EA1646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1646; }

 p { color: rgb(234,22,70); }

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

background-color css

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

 a { background-color: rgb(234,22,70); }

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

border-color css

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

 span { border-color: rgb(234,22,70); }

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