Html Css Color HEX #E2649D Pale Violet Red

📋 copy color: '#E2649D'

red 226 ◦ green 100 ◦ blue 157

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

Shades of Pale Violet Red #E2649D

Tints of Pale Violet Red #E2649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.7%

 BLUE value IS 157 (61.72% from 255) = 32.51%

R = 46.79%
G = 20.7%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2649D (or 0xE2649D) is known color: Pale Violet Red. HEX triplet: E2, 64 and 9D. RGB value is (226,100,157). Sum of RGB (Red+Green+Blue) = 226+100+157=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2649D is #1D9B62. Grayscale: #909090. Windows color (decimal): -1940323 or 10314978. OLE color: 10314978.

HSL color Cylindrical-coordinate representation of color #E2649D: hue angle of 332.86º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2649D is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 100 157 -
CMYK 0 0.56 0.31 0.11
HSL 332.86º 0.68% 0.64% -
HSV(B) 332.86º 0.56% 0.89% -
XYZ 42.01 27.72 35.03 -
YUV 144.17 135.24 186.37 -
System Red Green Blue C M Y K H S L
Decimal 226 100 157 0 0.56 0.31 0.11 332.86 0.68 0.64
Hex E2 64 9D 0 38 1F B 14D 44 40
Octal 342 144 235 0 70 37 13 515 104 100
Binary 11100010 1100100 10011101 0 111000 11111 1011 101001101 1000100 1000000

Color Harmonies of #E2649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2649D

Black with #E2649D

Text Example


Text Example

White with #E2649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2649D; }

 p { color: rgb(226,100,157); }

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

background-color css

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

 a { background-color: rgb(226,100,157); }

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

border-color css

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

 span { border-color: rgb(226,100,157); }

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