Html Css Color HEX #E86DA5 Pale Violet Red

📋 copy color: '#E86DA5'

red 232 ◦ green 109 ◦ blue 165

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

Shades of Pale Violet Red #E86DA5

Tints of Pale Violet Red #E86DA5

RGB

 RED value IS 232 (91.02% from 255) = 45.85%

 GREEN value IS 109 (42.97% from 255) = 21.54%

 BLUE value IS 165 (64.84% from 255) = 32.61%

R = 45.85%
G = 21.54%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E86DA5 (or 0xE86DA5) is known color: Pale Violet Red. HEX triplet: E8, 6D and A5. RGB value is (232,109,165). Sum of RGB (Red+Green+Blue) = 232+109+165=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86DA5 is #17925A. Grayscale: #989898. Windows color (decimal): -1544795 or 10841576. OLE color: 10841576.

HSL color Cylindrical-coordinate representation of color #E86DA5: hue angle of 332.68º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86DA5 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 109 165 -
CMYK 0 0.53 0.29 0.09
HSL 332.68º 0.73% 0.67% -
HSV(B) 332.68º 0.53% 0.91% -
XYZ 45.54 30.81 39.14 -
YUV 152.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 232 109 165 0 0.53 0.29 0.09 332.68 0.73 0.67
Hex E8 6D A5 0 35 1D 9 14D 49 43
Octal 350 155 245 0 65 35 11 515 111 103
Binary 11101000 1101101 10100101 0 110101 11101 1001 101001101 1001001 1000011

Color Harmonies of #E86DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86DA5

Black with #E86DA5

Text Example


Text Example

White with #E86DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86DA5; }

 p { color: rgb(232,109,165); }

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

background-color css

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

 a { background-color: rgb(232,109,165); }

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

border-color css

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

 span { border-color: rgb(232,109,165); }

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