Html Css Color HEX #EF86BC Persian Pink

📋 copy color: '#EF86BC'

red 239 ◦ green 134 ◦ blue 188

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

Shades of Persian Pink #EF86BC

Tints of Persian Pink #EF86BC

RGB

 RED value IS 239 (93.75% from 255) = 42.6%

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

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

R = 42.6%
G = 23.89%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF86BC (or 0xEF86BC) is known color: Persian Pink. HEX triplet: EF, 86 and BC. RGB value is (239,134,188). Sum of RGB (Red+Green+Blue) = 239+134+188=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF86BC is #107943. Grayscale: #ABABAB. Windows color (decimal): -1079620 or 12355311. OLE color: 12355311.

HSL color Cylindrical-coordinate representation of color #EF86BC: hue angle of 329.14º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF86BC is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 134 188 -
CMYK 0 0.44 0.21 0.06
HSL 329.14º 0.77% 0.73% -
HSV(B) 329.14º 0.44% 0.94% -
XYZ 53.2 39.03 52.31 -
YUV 171.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 239 134 188 0 0.44 0.21 0.06 329.14 0.77 0.73
Hex EF 86 BC 0 2C 15 6 149 4D 49
Octal 357 206 274 0 54 25 6 511 115 111
Binary 11101111 10000110 10111100 0 101100 10101 110 101001001 1001101 1001001

Color Harmonies of #EF86BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF86BC

Black with #EF86BC

Text Example


Text Example

White with #EF86BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF86BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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