Html Css Color HEX #E2659E Pale Violet Red

📋 copy color: '#E2659E'

red 226 ◦ green 101 ◦ blue 158

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

Shades of Pale Violet Red #E2659E

Tints of Pale Violet Red #E2659E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.82%

 BLUE value IS 158 (62.11% from 255) = 32.58%

R = 46.6%
G = 20.82%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2659E (or 0xE2659E) is known color: Pale Violet Red. HEX triplet: E2, 65 and 9E. RGB value is (226,101,158). Sum of RGB (Red+Green+Blue) = 226+101+158=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2659E is #1D9A61. Grayscale: #909090. Windows color (decimal): -1940066 or 10380770. OLE color: 10380770.

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

Color convert

RGB 226 101 158 -
CMYK 0 0.55 0.30 0.11
HSL 332.64º 0.68% 0.64% -
HSV(B) 332.64º 0.55% 0.89% -
XYZ 42.19 27.94 35.52 -
YUV 144.87 135.41 185.87 -
System Red Green Blue C M Y K H S L
Decimal 226 101 158 0 0.55 0.30 0.11 332.64 0.68 0.64
Hex E2 65 9E 0 37 1E B 14D 44 40
Octal 342 145 236 0 67 36 13 515 104 100
Binary 11100010 1100101 10011110 0 110111 11110 1011 101001101 1000100 1000000

Color Harmonies of #E2659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2659E

Black with #E2659E

Text Example


Text Example

White with #E2659E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2659E; }

 p { color: rgb(226,101,158); }

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

background-color css

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

 a { background-color: rgb(226,101,158); }

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

border-color css

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

 span { border-color: rgb(226,101,158); }

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