Html Css Color HEX #E686B6 Persian Pink

📋 copy color: '#E686B6'

red 230 ◦ green 134 ◦ blue 182

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

Shades of Persian Pink #E686B6

Tints of Persian Pink #E686B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.33%

R = 42.12%
G = 24.54%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E686B6 (or 0xE686B6) is known color: Persian Pink. HEX triplet: E6, 86 and B6. RGB value is (230,134,182). Sum of RGB (Red+Green+Blue) = 230+134+182=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E686B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686B6 is #197949. Grayscale: #A8A8A8. Windows color (decimal): -1669450 or 11962086. OLE color: 11962086.

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

Color convert

RGB 230 134 182 -
CMYK 0 0.42 0.21 0.10
HSL 330º 0.66% 0.71% -
HSV(B) 330º 0.42% 0.9% -
XYZ 49.6 37.25 48.83 -
YUV 168.18 135.8 172.1 -
System Red Green Blue C M Y K H S L
Decimal 230 134 182 0 0.42 0.21 0.10 330 0.66 0.71
Hex E6 86 B6 0 2A 15 A 14A 42 47
Octal 346 206 266 0 52 25 12 512 102 107
Binary 11100110 10000110 10110110 0 101010 10101 1010 101001010 1000010 1000111

Color Harmonies of #E686B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E686B6

Black with #E686B6

Text Example


Text Example

White with #E686B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E686B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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