Html Css Color HEX #E2164D Crimson

📋 copy color: '#E2164D'

red 226 ◦ green 22 ◦ blue 77

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

Shades of Crimson #E2164D

Tints of Crimson #E2164D

RGB

 RED value IS 226 (88.67% from 255) = 69.54%

 GREEN value IS 22 (8.98% from 255) = 6.77%

 BLUE value IS 77 (30.47% from 255) = 23.69%

R = 69.54%
G = 6.77%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2164D (or 0xE2164D) is known color: Crimson. HEX triplet: E2, 16 and 4D. RGB value is (226,22,77). Sum of RGB (Red+Green+Blue) = 226+22+77=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E2164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2164D is #1DE9B2. Grayscale: #595959. Windows color (decimal): -1960371 or 5052130. OLE color: 5052130.

HSL color Cylindrical-coordinate representation of color #E2164D: hue angle of 343.82º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2164D is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 22 77 -
CMYK 0 0.90 0.66 0.11
HSL 343.82º 0.82% 0.49% -
HSV(B) 343.82º 0.9% 0.89% -
XYZ 32.99 17.28 8.62 -
YUV 89.27 121.09 225.53 -
System Red Green Blue C M Y K H S L
Decimal 226 22 77 0 0.90 0.66 0.11 343.82 0.82 0.49
Hex E2 16 4D 0 5A 42 B 158 52 31
Octal 342 26 115 0 132 102 13 530 122 61
Binary 11100010 10110 1001101 0 1011010 1000010 1011 101011000 1010010 110001

Color Harmonies of #E2164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2164D

Black with #E2164D

Text Example


Text Example

White with #E2164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2164D; }

 p { color: rgb(226,22,77); }

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

background-color css

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

 a { background-color: rgb(226,22,77); }

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

border-color css

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

 span { border-color: rgb(226,22,77); }

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