Html Css Color HEX #E6699A Pale Violet Red

📋 copy color: '#E6699A'

red 230 ◦ green 105 ◦ blue 154

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

Shades of Pale Violet Red #E6699A

Tints of Pale Violet Red #E6699A

RGB

 RED value IS 230 (90.23% from 255) = 47.03%

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

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

R = 47.03%
G = 21.47%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6699A (or 0xE6699A) is known color: Pale Violet Red. HEX triplet: E6, 69 and 9A. RGB value is (230,105,154). Sum of RGB (Red+Green+Blue) = 230+105+154=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E6699A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6699A is #199665. Grayscale: #939393. Windows color (decimal): -1676902 or 10119654. OLE color: 10119654.

HSL color Cylindrical-coordinate representation of color #E6699A: hue angle of 336.48º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6699A is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 105 154 -
CMYK 0 0.54 0.33 0.10
HSL 336.48º 0.71% 0.66% -
HSV(B) 336.48º 0.54% 0.9% -
XYZ 43.52 29.26 33.93 -
YUV 147.96 131.41 186.52 -
System Red Green Blue C M Y K H S L
Decimal 230 105 154 0 0.54 0.33 0.10 336.48 0.71 0.66
Hex E6 69 9A 0 36 21 A 150 47 42
Octal 346 151 232 0 66 41 12 520 107 102
Binary 11100110 1101001 10011010 0 110110 100001 1010 101010000 1000111 1000010

Color Harmonies of #E6699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6699A

Black with #E6699A

Text Example


Text Example

White with #E6699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6699A; }

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

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

background-color css

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

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

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

border-color css

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

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

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