Html Css Color HEX #E686B9 Persian Pink

📋 copy color: '#E686B9'

red 230 ◦ green 134 ◦ blue 185

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

Shades of Persian Pink #E686B9

Tints of Persian Pink #E686B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.7%

R = 41.89%
G = 24.41%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#E686B9 (or 0xE686B9) is known color: Persian Pink. HEX triplet: E6, 86 and B9. RGB value is (230,134,185). Sum of RGB (Red+Green+Blue) = 230+134+185=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E686B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686B9 is #197946. Grayscale: #A8A8A8. Windows color (decimal): -1669447 or 12158694. OLE color: 12158694.

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

Color convert

RGB 230 134 185 -
CMYK 0 0.42 0.20 0.10
HSL 328.13º 0.66% 0.71% -
HSV(B) 328.13º 0.42% 0.9% -
XYZ 49.92 37.38 50.48 -
YUV 168.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 230 134 185 0 0.42 0.20 0.10 328.13 0.66 0.71
Hex E6 86 B9 0 2A 14 A 148 42 47
Octal 346 206 271 0 52 24 12 510 102 107
Binary 11100110 10000110 10111001 0 101010 10100 1010 101001000 1000010 1000111

Color Harmonies of #E686B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686B9

Black with #E686B9

Text Example


Text Example

White with #E686B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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