Html Css Color HEX #E86DA4 Pale Violet Red

📋 copy color: '#E86DA4'

red 232 ◦ green 109 ◦ blue 164

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

Shades of Pale Violet Red #E86DA4

Tints of Pale Violet Red #E86DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.48%

R = 45.94%
G = 21.58%
B = 32.48%

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

#E86DA4 (or 0xE86DA4) is known color: Pale Violet Red. HEX triplet: E8, 6D and A4. RGB value is (232,109,164). Sum of RGB (Red+Green+Blue) = 232+109+164=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86DA4 is #17925B. Grayscale: #979797. Windows color (decimal): -1544796 or 10776040. OLE color: 10776040.

HSL color Cylindrical-coordinate representation of color #E86DA4: hue angle of 333.17º 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 #E86DA4 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 109 164 -
CMYK 0 0.53 0.29 0.09
HSL 333.17º 0.73% 0.67% -
HSV(B) 333.17º 0.53% 0.91% -
XYZ 45.45 30.77 38.67 -
YUV 152.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 232 109 164 0 0.53 0.29 0.09 333.17 0.73 0.67
Hex E8 6D A4 0 35 1D 9 14D 49 43
Octal 350 155 244 0 65 35 11 515 111 103
Binary 11101000 1101101 10100100 0 110101 11101 1001 101001101 1001001 1000011

Color Harmonies of #E86DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86DA4

Black with #E86DA4

Text Example


Text Example

White with #E86DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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