Html Css Color HEX #E2699A Pale Violet Red

📋 copy color: '#E2699A'

red 226 ◦ green 105 ◦ blue 154

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

Shades of Pale Violet Red #E2699A

Tints of Pale Violet Red #E2699A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.75%

R = 46.6%
G = 21.65%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2699A (or 0xE2699A) is known color: Pale Violet Red. HEX triplet: E2, 69 and 9A. RGB value is (226,105,154). Sum of RGB (Red+Green+Blue) = 226+105+154=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2699A is #1D9665. Grayscale: #929292. Windows color (decimal): -1939046 or 10119650. OLE color: 10119650.

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

Color convert

RGB 226 105 154 -
CMYK 0 0.54 0.32 0.11
HSL 335.7º 0.68% 0.65% -
HSV(B) 335.7º 0.54% 0.89% -
XYZ 42.25 28.61 33.87 -
YUV 146.77 132.09 184.52 -
System Red Green Blue C M Y K H S L
Decimal 226 105 154 0 0.54 0.32 0.11 335.7 0.68 0.65
Hex E2 69 9A 0 36 20 B 150 44 41
Octal 342 151 232 0 66 40 13 520 104 101
Binary 11100010 1101001 10011010 0 110110 100000 1011 101010000 1000100 1000001

Color Harmonies of #E2699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2699A

Black with #E2699A

Text Example


Text Example

White with #E2699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2699A; }

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

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

background-color css

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

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

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

border-color css

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

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

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