Html Css Color HEX #EF86B8 Persian Pink

📋 copy color: '#EF86B8'

red 239 ◦ green 134 ◦ blue 184

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

Shades of Persian Pink #EF86B8

Tints of Persian Pink #EF86B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.03%

R = 42.91%
G = 24.06%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF86B8 (or 0xEF86B8) is known color: Persian Pink. HEX triplet: EF, 86 and B8. RGB value is (239,134,184). Sum of RGB (Red+Green+Blue) = 239+134+184=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF86B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF86B8 is #107947. Grayscale: #ABABAB. Windows color (decimal): -1079624 or 12093167. OLE color: 12093167.

HSL color Cylindrical-coordinate representation of color #EF86B8: hue angle of 331.43º 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 #EF86B8 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 134 184 -
CMYK 0 0.44 0.23 0.06
HSL 331.43º 0.77% 0.73% -
HSV(B) 331.43º 0.44% 0.94% -
XYZ 52.77 38.86 50.07 -
YUV 171.1 135.29 176.43 -
System Red Green Blue C M Y K H S L
Decimal 239 134 184 0 0.44 0.23 0.06 331.43 0.77 0.73
Hex EF 86 B8 0 2C 17 6 14B 4D 49
Octal 357 206 270 0 54 27 6 513 115 111
Binary 11101111 10000110 10111000 0 101100 10111 110 101001011 1001101 1001001

Color Harmonies of #EF86B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF86B8

Black with #EF86B8

Text Example


Text Example

White with #EF86B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF86B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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