Html Css Color HEX #E686BD Persian Pink

📋 copy color: '#E686BD'

red 230 ◦ green 134 ◦ blue 189

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

Shades of Persian Pink #E686BD

Tints of Persian Pink #E686BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.18%

R = 41.59%
G = 24.23%
B = 34.18%

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

#E686BD (or 0xE686BD) is known color: Persian Pink. HEX triplet: E6, 86 and BD. RGB value is (230,134,189). Sum of RGB (Red+Green+Blue) = 230+134+189=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E686BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686BD is #197942. Grayscale: #A8A8A8. Windows color (decimal): -1669443 or 12420838. OLE color: 12420838.

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

Color convert

RGB 230 134 189 -
CMYK 0 0.42 0.18 0.10
HSL 325.63º 0.66% 0.71% -
HSV(B) 325.63º 0.42% 0.9% -
XYZ 50.34 37.55 52.74 -
YUV 168.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 230 134 189 0 0.42 0.18 0.10 325.63 0.66 0.71
Hex E6 86 BD 0 2A 12 A 146 42 47
Octal 346 206 275 0 52 22 12 506 102 107
Binary 11100110 10000110 10111101 0 101010 10010 1010 101000110 1000010 1000111

Color Harmonies of #E686BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686BD

Black with #E686BD

Text Example


Text Example

White with #E686BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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