Html Css Color HEX #E686BA Persian Pink

📋 copy color: '#E686BA'

red 230 ◦ green 134 ◦ blue 186

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

Shades of Persian Pink #E686BA

Tints of Persian Pink #E686BA

RGB

 RED value IS 230 (90.23% from 255) = 41.82%

 GREEN value IS 134 (52.73% from 255) = 24.36%

 BLUE value IS 186 (73.05% from 255) = 33.82%

R = 41.82%
G = 24.36%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E686BA (or 0xE686BA) is known color: Persian Pink. HEX triplet: E6, 86 and BA. RGB value is (230,134,186). Sum of RGB (Red+Green+Blue) = 230+134+186=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E686BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686BA is #197945. Grayscale: #A8A8A8. Windows color (decimal): -1669446 or 12224230. OLE color: 12224230.

HSL color Cylindrical-coordinate representation of color #E686BA: hue angle of 327.5º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E686BA is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 186 -
CMYK 0 0.42 0.19 0.10
HSL 327.5º 0.66% 0.71% -
HSV(B) 327.5º 0.42% 0.9% -
XYZ 50.02 37.42 51.04 -
YUV 168.63 137.8 171.77 -
System Red Green Blue C M Y K H S L
Decimal 230 134 186 0 0.42 0.19 0.10 327.5 0.66 0.71
Hex E6 86 BA 0 2A 13 A 148 42 47
Octal 346 206 272 0 52 23 12 510 102 107
Binary 11100110 10000110 10111010 0 101010 10011 1010 101001000 1000010 1000111

Color Harmonies of #E686BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686BA

Black with #E686BA

Text Example


Text Example

White with #E686BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686BA; }

 p { color: rgb(230,134,186); }

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

background-color css

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

 a { background-color: rgb(230,134,186); }

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

border-color css

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

 span { border-color: rgb(230,134,186); }

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