Html Css Color HEX #E90542 Crimson

📋 copy color: '#E90542'

red 233 ◦ green 5 ◦ blue 66

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

Shades of Crimson #E90542

Tints of Crimson #E90542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

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

R = 76.64%
G = 1.64%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E90542 (or 0xE90542) is known color: Crimson. HEX triplet: E9, 05 and 42. RGB value is (233,5,66). Sum of RGB (Red+Green+Blue) = 233+5+66=304 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.64% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 233 - color contains mainly: red. Hex color #E90542 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90542 is #16FABD. Grayscale: #505050. Windows color (decimal): -1505982 or 4326889. OLE color: 4326889.

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

Color convert

RGB 233 5 66 -
CMYK 0 0.98 0.72 0.09
HSL 343.95º 0.96% 0.47% -
HSV(B) 343.95º 0.98% 0.91% -
XYZ 34.64 17.83 6.77 -
YUV 80.13 120.04 237.04 -
System Red Green Blue C M Y K H S L
Decimal 233 5 66 0 0.98 0.72 0.09 343.95 0.96 0.47
Hex E9 5 42 0 62 48 9 158 60 2F
Octal 351 5 102 0 142 110 11 530 140 57
Binary 11101001 101 1000010 0 1100010 1001000 1001 101011000 1100000 101111

Color Harmonies of #E90542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90542

Black with #E90542

Text Example


Text Example

White with #E90542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90542; }

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

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

background-color css

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

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

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

border-color css

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

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

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