Html Css Color HEX #E90244 Crimson

📋 copy color: '#E90244'

red 233 ◦ green 2 ◦ blue 68

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

Shades of Crimson #E90244

Tints of Crimson #E90244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.44%

R = 76.9%
G = 0.66%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E90244 (or 0xE90244) is known color: Crimson. HEX triplet: E9, 02 and 44. RGB value is (233,2,68). Sum of RGB (Red+Green+Blue) = 233+2+68=303 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.90% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 233 - color contains mainly: red. Hex color #E90244 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90244 is #16FDBB. Grayscale: #4E4E4E. Windows color (decimal): -1506748 or 4457193. OLE color: 4457193.

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

Color convert

RGB 233 2 68 -
CMYK 0 0.99 0.71 0.09
HSL 342.86º 0.98% 0.46% -
HSV(B) 342.86º 0.99% 0.91% -
XYZ 34.67 17.78 7.07 -
YUV 78.59 122.03 238.13 -
System Red Green Blue C M Y K H S L
Decimal 233 2 68 0 0.99 0.71 0.09 342.86 0.98 0.46
Hex E9 2 44 0 63 47 9 157 62 2E
Octal 351 2 104 0 143 107 11 527 142 56
Binary 11101001 10 1000100 0 1100011 1000111 1001 101010111 1100010 101110

Color Harmonies of #E90244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90244

Black with #E90244

Text Example


Text Example

White with #E90244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90244; }

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

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

background-color css

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

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

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

border-color css

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

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

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