Html Css Color HEX #E686BB Persian Pink

📋 copy color: '#E686BB'

red 230 ◦ green 134 ◦ blue 187

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

Shades of Persian Pink #E686BB

Tints of Persian Pink #E686BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.94%

R = 41.74%
G = 24.32%
B = 33.94%

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

#E686BB (or 0xE686BB) is known color: Persian Pink. HEX triplet: E6, 86 and BB. RGB value is (230,134,187). Sum of RGB (Red+Green+Blue) = 230+134+187=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E686BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686BB is #197944. Grayscale: #A8A8A8. Windows color (decimal): -1669445 or 12289766. OLE color: 12289766.

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

Color convert

RGB 230 134 187 -
CMYK 0 0.42 0.19 0.10
HSL 326.88º 0.66% 0.71% -
HSV(B) 326.88º 0.42% 0.9% -
XYZ 50.13 37.46 51.6 -
YUV 168.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 230 134 187 0 0.42 0.19 0.10 326.88 0.66 0.71
Hex E6 86 BB 0 2A 13 A 147 42 47
Octal 346 206 273 0 52 23 12 507 102 107
Binary 11100110 10000110 10111011 0 101010 10011 1010 101000111 1000010 1000111

Color Harmonies of #E686BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686BB

Black with #E686BB

Text Example


Text Example

White with #E686BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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