Html Css Color HEX #E769A6 Pale Violet Red

📋 copy color: '#E769A6'

red 231 ◦ green 105 ◦ blue 166

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

Shades of Pale Violet Red #E769A6

Tints of Pale Violet Red #E769A6

RGB

 RED value IS 231 (90.63% from 255) = 46.02%

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

 BLUE value IS 166 (65.23% from 255) = 33.07%

R = 46.02%
G = 20.92%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E769A6 (or 0xE769A6) is known color: Pale Violet Red. HEX triplet: E7, 69 and A6. RGB value is (231,105,166). Sum of RGB (Red+Green+Blue) = 231+105+166=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E769A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E769A6 is #189659. Grayscale: #959595. Windows color (decimal): -1611354 or 10906087. OLE color: 10906087.

HSL color Cylindrical-coordinate representation of color #E769A6: hue angle of 330.95º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E769A6 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 105 166 -
CMYK 0 0.55 0.28 0.09
HSL 330.95º 0.72% 0.66% -
HSV(B) 330.95º 0.55% 0.91% -
XYZ 44.89 29.85 39.47 -
YUV 149.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 231 105 166 0 0.55 0.28 0.09 330.95 0.72 0.66
Hex E7 69 A6 0 37 1C 9 14B 48 42
Octal 347 151 246 0 67 34 11 513 110 102
Binary 11100111 1101001 10100110 0 110111 11100 1001 101001011 1001000 1000010

Color Harmonies of #E769A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E769A6

Black with #E769A6

Text Example


Text Example

White with #E769A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E769A6; }

 p { color: rgb(231,105,166); }

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

background-color css

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

 a { background-color: rgb(231,105,166); }

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

border-color css

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

 span { border-color: rgb(231,105,166); }

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