Html Css Color HEX #E686BC Persian Pink

📋 copy color: '#E686BC'

red 230 ◦ green 134 ◦ blue 188

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

Shades of Persian Pink #E686BC

Tints of Persian Pink #E686BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.06%

R = 41.67%
G = 24.28%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E686BC (or 0xE686BC) is known color: Persian Pink. HEX triplet: E6, 86 and BC. RGB value is (230,134,188). Sum of RGB (Red+Green+Blue) = 230+134+188=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E686BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686BC is #197943. Grayscale: #A8A8A8. Windows color (decimal): -1669444 or 12355302. OLE color: 12355302.

HSL color Cylindrical-coordinate representation of color #E686BC: hue angle of 326.25º 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 #E686BC is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 188 -
CMYK 0 0.42 0.18 0.10
HSL 326.25º 0.66% 0.71% -
HSV(B) 326.25º 0.42% 0.9% -
XYZ 50.24 37.5 52.17 -
YUV 168.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 230 134 188 0 0.42 0.18 0.10 326.25 0.66 0.71
Hex E6 86 BC 0 2A 12 A 146 42 47
Octal 346 206 274 0 52 22 12 506 102 107
Binary 11100110 10000110 10111100 0 101010 10010 1010 101000110 1000010 1000111

Color Harmonies of #E686BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686BC

Black with #E686BC

Text Example


Text Example

White with #E686BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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