Html Css Color HEX #E2699B Pale Violet Red

📋 copy color: '#E2699B'

red 226 ◦ green 105 ◦ blue 155

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

Shades of Pale Violet Red #E2699B

Tints of Pale Violet Red #E2699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.6%

 BLUE value IS 155 (60.94% from 255) = 31.89%

R = 46.5%
G = 21.6%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2699B (or 0xE2699B) is known color: Pale Violet Red. HEX triplet: E2, 69 and 9B. RGB value is (226,105,155). Sum of RGB (Red+Green+Blue) = 226+105+155=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2699B is #1D9664. Grayscale: #929292. Windows color (decimal): -1939045 or 10185186. OLE color: 10185186.

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

Color convert

RGB 226 105 155 -
CMYK 0 0.54 0.31 0.11
HSL 335.21º 0.68% 0.65% -
HSV(B) 335.21º 0.54% 0.89% -
XYZ 42.33 28.64 34.31 -
YUV 146.88 132.59 184.43 -
System Red Green Blue C M Y K H S L
Decimal 226 105 155 0 0.54 0.31 0.11 335.21 0.68 0.65
Hex E2 69 9B 0 36 1F B 14F 44 41
Octal 342 151 233 0 66 37 13 517 104 101
Binary 11100010 1101001 10011011 0 110110 11111 1011 101001111 1000100 1000001

Color Harmonies of #E2699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2699B

Black with #E2699B

Text Example


Text Example

White with #E2699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2699B; }

 p { color: rgb(226,105,155); }

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

background-color css

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

 a { background-color: rgb(226,105,155); }

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

border-color css

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

 span { border-color: rgb(226,105,155); }

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