Html Css Color HEX #E6699B Pale Violet Red

📋 copy color: '#E6699B'

red 230 ◦ green 105 ◦ blue 155

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

Shades of Pale Violet Red #E6699B

Tints of Pale Violet Red #E6699B

RGB

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

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

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

R = 46.94%
G = 21.43%
B = 31.63%

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

#E6699B (or 0xE6699B) is known color: Pale Violet Red. HEX triplet: E6, 69 and 9B. RGB value is (230,105,155). Sum of RGB (Red+Green+Blue) = 230+105+155=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E6699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6699B is #199664. Grayscale: #949494. Windows color (decimal): -1676901 or 10185190. OLE color: 10185190.

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

Color convert

RGB 230 105 155 -
CMYK 0 0.54 0.33 0.10
HSL 336º 0.71% 0.66% -
HSV(B) 336º 0.54% 0.9% -
XYZ 43.6 29.29 34.37 -
YUV 148.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 230 105 155 0 0.54 0.33 0.10 336 0.71 0.66
Hex E6 69 9B 0 36 21 A 150 47 42
Octal 346 151 233 0 66 41 12 520 107 102
Binary 11100110 1101001 10011011 0 110110 100001 1010 101010000 1000111 1000010

Color Harmonies of #E6699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6699B

Black with #E6699B

Text Example


Text Example

White with #E6699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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