Html Css Color HEX #EA0637 Crimson

📋 copy color: '#EA0637'

red 234 ◦ green 6 ◦ blue 55

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

Shades of Crimson #EA0637

Tints of Crimson #EA0637

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

 BLUE value IS 55 (21.88% from 255) = 18.64%

R = 79.32%
G = 2.03%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA0637 (or 0xEA0637) is known color: Crimson. HEX triplet: EA, 06 and 37. RGB value is (234,6,55). Sum of RGB (Red+Green+Blue) = 234+6+55=295 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.32% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0637 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0637 is #15F9C8. Grayscale: #4F4F4F. Windows color (decimal): -1440201 or 3606250. OLE color: 3606250.

HSL color Cylindrical-coordinate representation of color #EA0637: hue angle of 347.11º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0637 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 6 55 -
CMYK 0 0.97 0.76 0.08
HSL 347.11º 0.95% 0.47% -
HSV(B) 347.11º 0.97% 0.92% -
XYZ 34.69 17.9 5.24 -
YUV 79.76 114.04 238.02 -
System Red Green Blue C M Y K H S L
Decimal 234 6 55 0 0.97 0.76 0.08 347.11 0.95 0.47
Hex EA 6 37 0 61 4C 8 15B 5F 2F
Octal 352 6 67 0 141 114 10 533 137 57
Binary 11101010 110 110111 0 1100001 1001100 1000 101011011 1011111 101111

Color Harmonies of #EA0637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0637

Black with #EA0637

Text Example


Text Example

White with #EA0637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0637; }

 p { color: rgb(234,6,55); }

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

background-color css

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

 a { background-color: rgb(234,6,55); }

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

border-color css

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

 span { border-color: rgb(234,6,55); }

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