Html Css Color HEX #EF87BC Persian Pink

📋 copy color: '#EF87BC'

red 239 ◦ green 135 ◦ blue 188

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

Shades of Persian Pink #EF87BC

Tints of Persian Pink #EF87BC

RGB

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

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

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

R = 42.53%
G = 24.02%
B = 33.45%

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

#EF87BC (or 0xEF87BC) is known color: Persian Pink. HEX triplet: EF, 87 and BC. RGB value is (239,135,188). Sum of RGB (Red+Green+Blue) = 239+135+188=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF87BC is #107843. Grayscale: #ACACAC. Windows color (decimal): -1079364 or 12355567. OLE color: 12355567.

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

Color convert

RGB 239 135 188 -
CMYK 0 0.44 0.21 0.06
HSL 329.42º 0.76% 0.73% -
HSV(B) 329.42º 0.44% 0.94% -
XYZ 53.34 39.31 52.35 -
YUV 172.14 136.96 175.69 -
System Red Green Blue C M Y K H S L
Decimal 239 135 188 0 0.44 0.21 0.06 329.42 0.76 0.73
Hex EF 87 BC 0 2C 15 6 149 4C 49
Octal 357 207 274 0 54 25 6 511 114 111
Binary 11101111 10000111 10111100 0 101100 10101 110 101001001 1001100 1001001

Color Harmonies of #EF87BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF87BC

Black with #EF87BC

Text Example


Text Example

White with #EF87BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF87BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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