Html Css Color HEX #E86D9B Pale Violet Red

📋 copy color: '#E86D9B'

red 232 ◦ green 109 ◦ blue 155

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

Shades of Pale Violet Red #E86D9B

Tints of Pale Violet Red #E86D9B

RGB

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

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

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

R = 46.77%
G = 21.98%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E86D9B (or 0xE86D9B) is known color: Pale Violet Red. HEX triplet: E8, 6D and 9B. RGB value is (232,109,155). Sum of RGB (Red+Green+Blue) = 232+109+155=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86D9B is #179264. Grayscale: #969696. Windows color (decimal): -1544805 or 10186216. OLE color: 10186216.

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

Color convert

RGB 232 109 155 -
CMYK 0 0.53 0.33 0.09
HSL 337.56º 0.73% 0.67% -
HSV(B) 337.56º 0.53% 0.91% -
XYZ 44.66 30.46 34.54 -
YUV 151.02 130.25 185.76 -
System Red Green Blue C M Y K H S L
Decimal 232 109 155 0 0.53 0.33 0.09 337.56 0.73 0.67
Hex E8 6D 9B 0 35 21 9 152 49 43
Octal 350 155 233 0 65 41 11 522 111 103
Binary 11101000 1101101 10011011 0 110101 100001 1001 101010010 1001001 1000011

Color Harmonies of #E86D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86D9B

Black with #E86D9B

Text Example


Text Example

White with #E86D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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