Html Css Color HEX #E2659C Pale Violet Red

📋 copy color: '#E2659C'

red 226 ◦ green 101 ◦ blue 156

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

Shades of Pale Violet Red #E2659C

Tints of Pale Violet Red #E2659C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.3%

R = 46.79%
G = 20.91%
B = 32.3%

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

#E2659C (or 0xE2659C) is known color: Pale Violet Red. HEX triplet: E2, 65 and 9C. RGB value is (226,101,156). Sum of RGB (Red+Green+Blue) = 226+101+156=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2659C is #1D9A63. Grayscale: #909090. Windows color (decimal): -1940068 or 10249698. OLE color: 10249698.

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

Color convert

RGB 226 101 156 -
CMYK 0 0.55 0.31 0.11
HSL 333.6º 0.68% 0.64% -
HSV(B) 333.6º 0.55% 0.89% -
XYZ 42.02 27.88 34.62 -
YUV 144.65 134.41 186.03 -
System Red Green Blue C M Y K H S L
Decimal 226 101 156 0 0.55 0.31 0.11 333.6 0.68 0.64
Hex E2 65 9C 0 37 1F B 14E 44 40
Octal 342 145 234 0 67 37 13 516 104 100
Binary 11100010 1100101 10011100 0 110111 11111 1011 101001110 1000100 1000000

Color Harmonies of #E2659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2659C

Black with #E2659C

Text Example


Text Example

White with #E2659C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2659C; }

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

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

background-color css

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

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

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

border-color css

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

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

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