Html Css Color HEX #E90242 Crimson

📋 copy color: '#E90242'

red 233 ◦ green 2 ◦ blue 66

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

Shades of Crimson #E90242

Tints of Crimson #E90242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 77.41%
G = 0.66%
B = 21.93%

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

#E90242 (or 0xE90242) is known color: Crimson. HEX triplet: E9, 02 and 42. RGB value is (233,2,66). Sum of RGB (Red+Green+Blue) = 233+2+66=301 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.41% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 233 - color contains mainly: red. Hex color #E90242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90242 is #16FDBD. Grayscale: #4E4E4E. Windows color (decimal): -1506750 or 4326121. OLE color: 4326121.

HSL color Cylindrical-coordinate representation of color #E90242: hue angle of 343.38º degrees, saturation: 0.98, 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 #E90242 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 2 66 -
CMYK 0 0.99 0.72 0.09
HSL 343.38º 0.98% 0.46% -
HSV(B) 343.38º 0.99% 0.91% -
XYZ 34.61 17.76 6.76 -
YUV 78.37 121.03 238.3 -
System Red Green Blue C M Y K H S L
Decimal 233 2 66 0 0.99 0.72 0.09 343.38 0.98 0.46
Hex E9 2 42 0 63 48 9 157 62 2E
Octal 351 2 102 0 143 110 11 527 142 56
Binary 11101001 10 1000010 0 1100011 1001000 1001 101010111 1100010 101110

Color Harmonies of #E90242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90242

Black with #E90242

Text Example


Text Example

White with #E90242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90242; }

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

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

background-color css

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

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

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

border-color css

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

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

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