Html Css Color HEX #E986BC Persian Pink

📋 copy color: '#E986BC'

red 233 ◦ green 134 ◦ blue 188

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

Shades of Persian Pink #E986BC

Tints of Persian Pink #E986BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.87%

R = 41.98%
G = 24.14%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E986BC (or 0xE986BC) is known color: Persian Pink. HEX triplet: E9, 86 and BC. RGB value is (233,134,188). Sum of RGB (Red+Green+Blue) = 233+134+188=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E986BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986BC is #167943. Grayscale: #A9A9A9. Windows color (decimal): -1472836 or 12355305. OLE color: 12355305.

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

Color convert

RGB 233 134 188 -
CMYK 0 0.42 0.19 0.09
HSL 327.27º 0.69% 0.72% -
HSV(B) 327.27º 0.42% 0.91% -
XYZ 51.21 38 52.21 -
YUV 169.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 233 134 188 0 0.42 0.19 0.09 327.27 0.69 0.72
Hex E9 86 BC 0 2A 13 9 147 45 48
Octal 351 206 274 0 52 23 11 507 105 110
Binary 11101001 10000110 10111100 0 101010 10011 1001 101000111 1000101 1001000

Color Harmonies of #E986BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986BC

Black with #E986BC

Text Example


Text Example

White with #E986BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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