Html Css Color HEX #EA0145 Crimson

📋 copy color: '#EA0145'

red 234 ◦ green 1 ◦ blue 69

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

Shades of Crimson #EA0145

Tints of Crimson #EA0145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 76.97%
G = 0.33%
B = 22.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA0145 (or 0xEA0145) is known color: Crimson. HEX triplet: EA, 01 and 45. RGB value is (234,1,69). Sum of RGB (Red+Green+Blue) = 234+1+69=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0145 is #15FEBA. Grayscale: #4E4E4E. Windows color (decimal): -1441467 or 4522474. OLE color: 4522474.

HSL color Cylindrical-coordinate representation of color #EA0145: hue angle of 342.49º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0145 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 1 69 -
CMYK 0 1.00 0.71 0.08
HSL 342.49º 0.99% 0.46% -
HSV(B) 342.49º 1% 0.92% -
XYZ 35.02 17.94 7.25 -
YUV 78.42 122.69 238.97 -
System Red Green Blue C M Y K H S L
Decimal 234 1 69 0 1.00 0.71 0.08 342.49 0.99 0.46
Hex EA 1 45 0 64 47 8 156 63 2E
Octal 352 1 105 0 144 107 10 526 143 56
Binary 11101010 1 1000101 0 1100100 1000111 1000 101010110 1100011 101110

Color Harmonies of #EA0145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0145

Black with #EA0145

Text Example


Text Example

White with #EA0145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0145; }

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

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

background-color css

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

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

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

border-color css

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

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

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