Html Css Color HEX #E90045 Crimson

📋 copy color: '#E90045'

red 233 ◦ green 0 ◦ blue 69

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

Shades of Crimson #E90045

Tints of Crimson #E90045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 77.15%
G = 0%
B = 22.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E90045 (or 0xE90045) is known color: Crimson. HEX triplet: E9, 00 and 45. RGB value is (233,0,69). Sum of RGB (Red+Green+Blue) = 233+0+69=302 (40% of max value = 765). Red value is 233 (91.41% from 255 or 77.15% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 233 - color contains mainly: red. Hex color #E90045 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90045 is #16FFBA. Grayscale: #4D4D4D. Windows color (decimal): -1507259 or 4522217. OLE color: 4522217.

HSL color Cylindrical-coordinate representation of color #E90045: hue angle of 342.23º 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 #E90045 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 0 69 -
CMYK 0 1 0.70 0.09
HSL 342.23º 1% 0.46% -
HSV(B) 342.23º 1% 0.91% -
XYZ 34.68 17.75 7.23 -
YUV 77.53 123.19 238.89 -
System Red Green Blue C M Y K H S L
Decimal 233 0 69 0 1 0.70 0.09 342.23 1 0.46
Hex E9 0 45 0 64 46 9 156 64 2E
Octal 351 0 105 0 144 106 11 526 144 56
Binary 11101001 0 1000101 0 1100100 1000110 1001 101010110 1100100 101110

Color Harmonies of #E90045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90045

Black with #E90045

Text Example


Text Example

White with #E90045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90045; }

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

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

background-color css

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

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

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

border-color css

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

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

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