Html Css Color HEX #EA0140 Crimson

📋 copy color: '#EA0140'

red 234 ◦ green 1 ◦ blue 64

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

Shades of Crimson #EA0140

Tints of Crimson #EA0140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 78.26%
G = 0.33%
B = 21.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA0140 (or 0xEA0140) is known color: Crimson. HEX triplet: EA, 01 and 40. RGB value is (234,1,64). Sum of RGB (Red+Green+Blue) = 234+1+64=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0140 is #15FEBF. Grayscale: #4D4D4D. Windows color (decimal): -1441472 or 4194794. OLE color: 4194794.

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

Color convert

RGB 234 1 64 -
CMYK 0 1.00 0.73 0.08
HSL 343.78º 0.99% 0.46% -
HSV(B) 343.78º 1% 0.92% -
XYZ 34.87 17.88 6.46 -
YUV 77.85 120.19 239.38 -
System Red Green Blue C M Y K H S L
Decimal 234 1 64 0 1.00 0.73 0.08 343.78 0.99 0.46
Hex EA 1 40 0 64 49 8 158 63 2E
Octal 352 1 100 0 144 111 10 530 143 56
Binary 11101010 1 1000000 0 1100100 1001001 1000 101011000 1100011 101110

Color Harmonies of #EA0140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0140

Black with #EA0140

Text Example


Text Example

White with #EA0140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0140; }

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

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

background-color css

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

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

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

border-color css

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

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

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