Html Css Color HEX #E90040 Crimson

📋 copy color: '#E90040'

red 233 ◦ green 0 ◦ blue 64

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

Shades of Crimson #E90040

Tints of Crimson #E90040

RGB

 RED value IS 233 (91.41% from 255) = 78.45%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.45%
G = 0%
B = 21.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E90040 (or 0xE90040) is known color: Crimson. HEX triplet: E9, 00 and 40. RGB value is (233,0,64). Sum of RGB (Red+Green+Blue) = 233+0+64=297 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.45% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 233 - color contains mainly: red. Hex color #E90040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90040 is #16FFBF. Grayscale: #4C4C4C. Windows color (decimal): -1507264 or 4194537. OLE color: 4194537.

HSL color Cylindrical-coordinate representation of color #E90040: hue angle of 343.52º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90040 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 0 64 -
CMYK 0 1 0.73 0.09
HSL 343.52º 1% 0.46% -
HSV(B) 343.52º 1% 0.91% -
XYZ 34.53 17.69 6.45 -
YUV 76.96 120.69 239.3 -
System Red Green Blue C M Y K H S L
Decimal 233 0 64 0 1 0.73 0.09 343.52 1 0.46
Hex E9 0 40 0 64 49 9 158 64 2E
Octal 351 0 100 0 144 111 11 530 144 56
Binary 11101001 0 1000000 0 1100100 1001001 1001 101011000 1100100 101110

Color Harmonies of #E90040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90040

Black with #E90040

Text Example


Text Example

White with #E90040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90040; }

 p { color: rgb(233,0,64); }

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

background-color css

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

 a { background-color: rgb(233,0,64); }

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

border-color css

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

 span { border-color: rgb(233,0,64); }

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