Html Css Color HEX #EC86B3 Persian Pink

📋 copy color: '#EC86B3'

red 236 ◦ green 134 ◦ blue 179

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

Shades of Persian Pink #EC86B3

Tints of Persian Pink #EC86B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.6%

R = 42.99%
G = 24.41%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC86B3 (or 0xEC86B3) is known color: Persian Pink. HEX triplet: EC, 86 and B3. RGB value is (236,134,179). Sum of RGB (Red+Green+Blue) = 236+134+179=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86B3 is #13794C. Grayscale: #A9A9A9. Windows color (decimal): -1276237 or 11765484. OLE color: 11765484.

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

Color convert

RGB 236 134 179 -
CMYK 0 0.43 0.24 0.07
HSL 333.53º 0.73% 0.73% -
HSV(B) 333.53º 0.43% 0.93% -
XYZ 51.25 38.14 47.31 -
YUV 169.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 236 134 179 0 0.43 0.24 0.07 333.53 0.73 0.73
Hex EC 86 B3 0 2B 18 7 14E 49 49
Octal 354 206 263 0 53 30 7 516 111 111
Binary 11101100 10000110 10110011 0 101011 11000 111 101001110 1001001 1001001

Color Harmonies of #EC86B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC86B3

Black with #EC86B3

Text Example


Text Example

White with #EC86B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC86B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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