Html Css Color HEX #E50242 Crimson

📋 copy color: '#E50242'

red 229 ◦ green 2 ◦ blue 66

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

Shades of Crimson #E50242

Tints of Crimson #E50242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 77.1%
G = 0.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E50242 (or 0xE50242) is known color: Crimson. HEX triplet: E5, 02 and 42. RGB value is (229,2,66). Sum of RGB (Red+Green+Blue) = 229+2+66=297 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.10% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 229 - color contains mainly: red. Hex color #E50242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50242 is #1AFDBD. Grayscale: #4D4D4D. Windows color (decimal): -1768894 or 4326117. OLE color: 4326117.

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

Color convert

RGB 229 2 66 -
CMYK 0 0.99 0.71 0.10
HSL 343.08º 0.98% 0.45% -
HSV(B) 343.08º 0.99% 0.9% -
XYZ 33.32 17.09 6.7 -
YUV 77.17 121.71 236.3 -
System Red Green Blue C M Y K H S L
Decimal 229 2 66 0 0.99 0.71 0.10 343.08 0.98 0.45
Hex E5 2 42 0 63 47 A 157 62 2D
Octal 345 2 102 0 143 107 12 527 142 55
Binary 11100101 10 1000010 0 1100011 1000111 1010 101010111 1100010 101101

Color Harmonies of #E50242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50242

Black with #E50242

Text Example


Text Example

White with #E50242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50242; }

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

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

background-color css

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

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

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

border-color css

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

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

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