Html Css Color HEX #EC87BC Persian Pink

📋 copy color: '#EC87BC'

red 236 ◦ green 135 ◦ blue 188

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

Shades of Persian Pink #EC87BC

Tints of Persian Pink #EC87BC

RGB

 RED value IS 236 (92.58% from 255) = 42.22%

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

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

R = 42.22%
G = 24.15%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC87BC (or 0xEC87BC) is known color: Persian Pink. HEX triplet: EC, 87 and BC. RGB value is (236,135,188). Sum of RGB (Red+Green+Blue) = 236+135+188=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC87BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC87BC is #137843. Grayscale: #ABABAB. Windows color (decimal): -1275972 or 12355564. OLE color: 12355564.

HSL color Cylindrical-coordinate representation of color #EC87BC: hue angle of 328.51º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC87BC is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 135 188 -
CMYK 0 0.43 0.20 0.07
HSL 328.51º 0.73% 0.73% -
HSV(B) 328.51º 0.43% 0.93% -
XYZ 52.33 38.79 52.31 -
YUV 171.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 236 135 188 0 0.43 0.20 0.07 328.51 0.73 0.73
Hex EC 87 BC 0 2B 14 7 149 49 49
Octal 354 207 274 0 53 24 7 511 111 111
Binary 11101100 10000111 10111100 0 101011 10100 111 101001001 1001001 1001001

Color Harmonies of #EC87BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC87BC

Black with #EC87BC

Text Example


Text Example

White with #EC87BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC87BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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