Html Css Color HEX #E2659D Pale Violet Red

📋 copy color: '#E2659D'

red 226 ◦ green 101 ◦ blue 157

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

Shades of Pale Violet Red #E2659D

Tints of Pale Violet Red #E2659D

RGB

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

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

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

R = 46.69%
G = 20.87%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2659D (or 0xE2659D) is known color: Pale Violet Red. HEX triplet: E2, 65 and 9D. RGB value is (226,101,157). Sum of RGB (Red+Green+Blue) = 226+101+157=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2659D is #1D9A62. Grayscale: #909090. Windows color (decimal): -1940067 or 10315234. OLE color: 10315234.

HSL color Cylindrical-coordinate representation of color #E2659D: hue angle of 333.12º 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 #E2659D is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 101 157 -
CMYK 0 0.55 0.31 0.11
HSL 333.12º 0.68% 0.64% -
HSV(B) 333.12º 0.55% 0.89% -
XYZ 42.1 27.91 35.07 -
YUV 144.76 134.91 185.95 -
System Red Green Blue C M Y K H S L
Decimal 226 101 157 0 0.55 0.31 0.11 333.12 0.68 0.64
Hex E2 65 9D 0 37 1F B 14D 44 40
Octal 342 145 235 0 67 37 13 515 104 100
Binary 11100010 1100101 10011101 0 110111 11111 1011 101001101 1000100 1000000

Color Harmonies of #E2659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2659D

Black with #E2659D

Text Example


Text Example

White with #E2659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2659D; }

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

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

background-color css

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

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

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

border-color css

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

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

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