Html Css Color HEX #EC86BA Persian Pink

📋 copy color: '#EC86BA'

red 236 ◦ green 134 ◦ blue 186

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

Shades of Persian Pink #EC86BA

Tints of Persian Pink #EC86BA

RGB

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

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

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

R = 42.45%
G = 24.1%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC86BA (or 0xEC86BA) is known color: Persian Pink. HEX triplet: EC, 86 and BA. RGB value is (236,134,186). Sum of RGB (Red+Green+Blue) = 236+134+186=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86BA is #137945. Grayscale: #AAAAAA. Windows color (decimal): -1276230 or 12224236. OLE color: 12224236.

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

Color convert

RGB 236 134 186 -
CMYK 0 0.43 0.21 0.07
HSL 329.41º 0.73% 0.73% -
HSV(B) 329.41º 0.43% 0.93% -
XYZ 51.98 38.43 51.13 -
YUV 170.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 236 134 186 0 0.43 0.21 0.07 329.41 0.73 0.73
Hex EC 86 BA 0 2B 15 7 149 49 49
Octal 354 206 272 0 53 25 7 511 111 111
Binary 11101100 10000110 10111010 0 101011 10101 111 101001001 1001001 1001001

Color Harmonies of #EC86BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC86BA

Black with #EC86BA

Text Example


Text Example

White with #EC86BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC86BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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