Html Css Color HEX #E90440 Crimson

📋 copy color: '#E90440'

red 233 ◦ green 4 ◦ blue 64

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

Shades of Crimson #E90440

Tints of Crimson #E90440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

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

R = 77.41%
G = 1.33%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E90440 (or 0xE90440) is known color: Crimson. HEX triplet: E9, 04 and 40. RGB value is (233,4,64). Sum of RGB (Red+Green+Blue) = 233+4+64=301 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.41% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 233 - color contains mainly: red. Hex color #E90440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90440 is #16FBBF. Grayscale: #4F4F4F. Windows color (decimal): -1506240 or 4195561. OLE color: 4195561.

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

Color convert

RGB 233 4 64 -
CMYK 0 0.98 0.73 0.09
HSL 344.28º 0.97% 0.46% -
HSV(B) 344.28º 0.98% 0.91% -
XYZ 34.57 17.78 6.46 -
YUV 79.31 119.37 237.62 -
System Red Green Blue C M Y K H S L
Decimal 233 4 64 0 0.98 0.73 0.09 344.28 0.97 0.46
Hex E9 4 40 0 62 49 9 158 61 2E
Octal 351 4 100 0 142 111 11 530 141 56
Binary 11101001 100 1000000 0 1100010 1001001 1001 101011000 1100001 101110

Color Harmonies of #E90440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90440

Black with #E90440

Text Example


Text Example

White with #E90440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90440; }

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

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

background-color css

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

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

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

border-color css

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

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

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