Html Css Color HEX #E86CA5 Pale Violet Red

📋 copy color: '#E86CA5'

red 232 ◦ green 108 ◦ blue 165

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

Shades of Pale Violet Red #E86CA5

Tints of Pale Violet Red #E86CA5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.39%

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

R = 45.94%
G = 21.39%
B = 32.67%

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

#E86CA5 (or 0xE86CA5) is known color: Pale Violet Red. HEX triplet: E8, 6C and A5. RGB value is (232,108,165). Sum of RGB (Red+Green+Blue) = 232+108+165=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86CA5 is #17935A. Grayscale: #979797. Windows color (decimal): -1545051 or 10841320. OLE color: 10841320.

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

Color convert

RGB 232 108 165 -
CMYK 0 0.53 0.29 0.09
HSL 332.42º 0.73% 0.67% -
HSV(B) 332.42º 0.53% 0.91% -
XYZ 45.43 30.6 39.11 -
YUV 151.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 232 108 165 0 0.53 0.29 0.09 332.42 0.73 0.67
Hex E8 6C A5 0 35 1D 9 14C 49 43
Octal 350 154 245 0 65 35 11 514 111 103
Binary 11101000 1101100 10100101 0 110101 11101 1001 101001100 1001001 1000011

Color Harmonies of #E86CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86CA5

Black with #E86CA5

Text Example


Text Example

White with #E86CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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