Html Css Color HEX #E90245 Crimson

📋 copy color: '#E90245'

red 233 ◦ green 2 ◦ blue 69

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

Shades of Crimson #E90245

Tints of Crimson #E90245

RGB

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

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

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

R = 76.64%
G = 0.66%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E90245 (or 0xE90245) is known color: Crimson. HEX triplet: E9, 02 and 45. RGB value is (233,2,69). Sum of RGB (Red+Green+Blue) = 233+2+69=304 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.64% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 233 - color contains mainly: red. Hex color #E90245 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90245 is #16FDBA. Grayscale: #4E4E4E. Windows color (decimal): -1506747 or 4522729. OLE color: 4522729.

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

Color convert

RGB 233 2 69 -
CMYK 0 0.99 0.70 0.09
HSL 342.6º 0.98% 0.46% -
HSV(B) 342.6º 0.99% 0.91% -
XYZ 34.7 17.8 7.24 -
YUV 78.71 122.53 238.05 -
System Red Green Blue C M Y K H S L
Decimal 233 2 69 0 0.99 0.70 0.09 342.6 0.98 0.46
Hex E9 2 45 0 63 46 9 157 62 2E
Octal 351 2 105 0 143 106 11 527 142 56
Binary 11101001 10 1000101 0 1100011 1000110 1001 101010111 1100010 101110

Color Harmonies of #E90245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90245

Black with #E90245

Text Example


Text Example

White with #E90245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90245; }

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

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

background-color css

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

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

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

border-color css

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

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

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