Html Css Color HEX #EC86BC Persian Pink

📋 copy color: '#EC86BC'

red 236 ◦ green 134 ◦ blue 188

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

Shades of Persian Pink #EC86BC

Tints of Persian Pink #EC86BC

RGB

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

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

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

R = 42.29%
G = 24.01%
B = 33.69%

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

#EC86BC (or 0xEC86BC) is known color: Persian Pink. HEX triplet: EC, 86 and BC. RGB value is (236,134,188). Sum of RGB (Red+Green+Blue) = 236+134+188=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86BC is #137943. Grayscale: #AAAAAA. Windows color (decimal): -1276228 or 12355308. OLE color: 12355308.

HSL color Cylindrical-coordinate representation of color #EC86BC: hue angle of 328.24º 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 #EC86BC is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 134 188 -
CMYK 0 0.43 0.20 0.07
HSL 328.24º 0.73% 0.73% -
HSV(B) 328.24º 0.43% 0.93% -
XYZ 52.19 38.51 52.26 -
YUV 170.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 236 134 188 0 0.43 0.20 0.07 328.24 0.73 0.73
Hex EC 86 BC 0 2B 14 7 148 49 49
Octal 354 206 274 0 53 24 7 510 111 111
Binary 11101100 10000110 10111100 0 101011 10100 111 101001000 1001001 1001001

Color Harmonies of #EC86BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC86BC

Black with #EC86BC

Text Example


Text Example

White with #EC86BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC86BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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