Html Css Color HEX #E50642 Crimson

📋 copy color: '#E50642'

red 229 ◦ green 6 ◦ blue 66

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

Shades of Crimson #E50642

Tints of Crimson #E50642

RGB

 RED value IS 229 (89.84% from 255) = 76.08%

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

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 76.08%
G = 1.99%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E50642 (or 0xE50642) is known color: Crimson. HEX triplet: E5, 06 and 42. RGB value is (229,6,66). Sum of RGB (Red+Green+Blue) = 229+6+66=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E50642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50642 is #1AF9BD. Grayscale: #4F4F4F. Windows color (decimal): -1767870 or 4327141. OLE color: 4327141.

HSL color Cylindrical-coordinate representation of color #E50642: hue angle of 343.86º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E50642 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 6 66 -
CMYK 0 0.97 0.71 0.10
HSL 343.86º 0.95% 0.46% -
HSV(B) 343.86º 0.97% 0.9% -
XYZ 33.36 17.18 6.71 -
YUV 79.52 120.38 234.62 -
System Red Green Blue C M Y K H S L
Decimal 229 6 66 0 0.97 0.71 0.10 343.86 0.95 0.46
Hex E5 6 42 0 61 47 A 158 5F 2E
Octal 345 6 102 0 141 107 12 530 137 56
Binary 11100101 110 1000010 0 1100001 1000111 1010 101011000 1011111 101110

Color Harmonies of #E50642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50642

Black with #E50642

Text Example


Text Example

White with #E50642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50642; }

 p { color: rgb(229,6,66); }

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

background-color css

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

 a { background-color: rgb(229,6,66); }

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

border-color css

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

 span { border-color: rgb(229,6,66); }

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