Html Css Color HEX #E90140 Crimson

📋 copy color: '#E90140'

red 233 ◦ green 1 ◦ blue 64

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

Shades of Crimson #E90140

Tints of Crimson #E90140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 78.19%
G = 0.34%
B = 21.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E90140 (or 0xE90140) is known color: Crimson. HEX triplet: E9, 01 and 40. RGB value is (233,1,64). Sum of RGB (Red+Green+Blue) = 233+1+64=298 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.19% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 233 - color contains mainly: red. Hex color #E90140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90140 is #16FEBF. Grayscale: #4D4D4D. Windows color (decimal): -1507008 or 4194793. OLE color: 4194793.

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

Color convert

RGB 233 1 64 -
CMYK 0 1.00 0.73 0.09
HSL 343.71º 0.99% 0.46% -
HSV(B) 343.71º 1% 0.91% -
XYZ 34.54 17.72 6.45 -
YUV 77.55 120.36 238.88 -
System Red Green Blue C M Y K H S L
Decimal 233 1 64 0 1.00 0.73 0.09 343.71 0.99 0.46
Hex E9 1 40 0 64 49 9 158 63 2E
Octal 351 1 100 0 144 111 11 530 143 56
Binary 11101001 1 1000000 0 1100100 1001001 1001 101011000 1100011 101110

Color Harmonies of #E90140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90140

Black with #E90140

Text Example


Text Example

White with #E90140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90140; }

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

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

background-color css

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

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

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

border-color css

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

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

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