Html Css Color HEX #E90342 Crimson

📋 copy color: '#E90342'

red 233 ◦ green 3 ◦ blue 66

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

Shades of Crimson #E90342

Tints of Crimson #E90342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

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

R = 77.15%
G = 0.99%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E90342 (or 0xE90342) is known color: Crimson. HEX triplet: E9, 03 and 42. RGB value is (233,3,66). Sum of RGB (Red+Green+Blue) = 233+3+66=302 (40% of max value = 765). Red value is 233 (91.41% from 255 or 77.15% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 233 - color contains mainly: red. Hex color #E90342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90342 is #16FCBD. Grayscale: #4E4E4E. Windows color (decimal): -1506494 or 4326377. OLE color: 4326377.

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

Color convert

RGB 233 3 66 -
CMYK 0 0.99 0.72 0.09
HSL 343.57º 0.97% 0.46% -
HSV(B) 343.57º 0.99% 0.91% -
XYZ 34.62 17.78 6.76 -
YUV 78.95 120.7 237.88 -
System Red Green Blue C M Y K H S L
Decimal 233 3 66 0 0.99 0.72 0.09 343.57 0.97 0.46
Hex E9 3 42 0 63 48 9 158 61 2E
Octal 351 3 102 0 143 110 11 530 141 56
Binary 11101001 11 1000010 0 1100011 1001000 1001 101011000 1100001 101110

Color Harmonies of #E90342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90342

Black with #E90342

Text Example


Text Example

White with #E90342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90342; }

 p { color: rgb(233,3,66); }

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

background-color css

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

 a { background-color: rgb(233,3,66); }

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

border-color css

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

 span { border-color: rgb(233,3,66); }

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