Html Css Color HEX #E986B9 Persian Pink

📋 copy color: '#E986B9'

red 233 ◦ green 134 ◦ blue 185

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

Shades of Persian Pink #E986B9

Tints of Persian Pink #E986B9

RGB

 RED value IS 233 (91.41% from 255) = 42.21%

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

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

R = 42.21%
G = 24.28%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E986B9 (or 0xE986B9) is known color: Persian Pink. HEX triplet: E9, 86 and B9. RGB value is (233,134,185). Sum of RGB (Red+Green+Blue) = 233+134+185=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E986B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986B9 is #167946. Grayscale: #A9A9A9. Windows color (decimal): -1472839 or 12158697. OLE color: 12158697.

HSL color Cylindrical-coordinate representation of color #E986B9: hue angle of 329.09º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E986B9 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 134 185 -
CMYK 0 0.42 0.21 0.09
HSL 329.09º 0.69% 0.72% -
HSV(B) 329.09º 0.42% 0.91% -
XYZ 50.89 37.88 50.53 -
YUV 169.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 233 134 185 0 0.42 0.21 0.09 329.09 0.69 0.72
Hex E9 86 B9 0 2A 15 9 149 45 48
Octal 351 206 271 0 52 25 11 511 105 110
Binary 11101001 10000110 10111001 0 101010 10101 1001 101001001 1000101 1001000

Color Harmonies of #E986B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986B9

Black with #E986B9

Text Example


Text Example

White with #E986B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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