Html Css Color HEX #EF87BA Persian Pink

📋 copy color: '#EF87BA'

red 239 ◦ green 135 ◦ blue 186

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

Shades of Persian Pink #EF87BA

Tints of Persian Pink #EF87BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.11%

 BLUE value IS 186 (73.05% from 255) = 33.21%

R = 42.68%
G = 24.11%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF87BA (or 0xEF87BA) is known color: Persian Pink. HEX triplet: EF, 87 and BA. RGB value is (239,135,186). Sum of RGB (Red+Green+Blue) = 239+135+186=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87BA is #107845. Grayscale: #ABABAB. Windows color (decimal): -1079366 or 12224495. OLE color: 12224495.

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

Color convert

RGB 239 135 186 -
CMYK 0 0.44 0.22 0.06
HSL 330.58º 0.76% 0.73% -
HSV(B) 330.58º 0.44% 0.94% -
XYZ 53.12 39.22 51.23 -
YUV 171.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 239 135 186 0 0.44 0.22 0.06 330.58 0.76 0.73
Hex EF 87 BA 0 2C 16 6 14B 4C 49
Octal 357 207 272 0 54 26 6 513 114 111
Binary 11101111 10000111 10111010 0 101100 10110 110 101001011 1001100 1001001

Color Harmonies of #EF87BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF87BA

Black with #EF87BA

Text Example


Text Example

White with #EF87BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF87BA; }

 p { color: rgb(239,135,186); }

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

background-color css

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

 a { background-color: rgb(239,135,186); }

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

border-color css

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

 span { border-color: rgb(239,135,186); }

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