Html Css Color HEX #EC85BA Persian Pink

📋 copy color: '#EC85BA'

red 236 ◦ green 133 ◦ blue 186

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

Shades of Persian Pink #EC85BA

Tints of Persian Pink #EC85BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.96%

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

R = 42.52%
G = 23.96%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC85BA (or 0xEC85BA) is known color: Persian Pink. HEX triplet: EC, 85 and BA. RGB value is (236,133,186). Sum of RGB (Red+Green+Blue) = 236+133+186=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85BA is #137A45. Grayscale: #A9A9A9. Windows color (decimal): -1276486 or 12223980. OLE color: 12223980.

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

Color convert

RGB 236 133 186 -
CMYK 0 0.44 0.21 0.07
HSL 329.13º 0.73% 0.72% -
HSV(B) 329.13º 0.44% 0.93% -
XYZ 51.84 38.15 51.09 -
YUV 169.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 236 133 186 0 0.44 0.21 0.07 329.13 0.73 0.72
Hex EC 85 BA 0 2C 15 7 149 49 48
Octal 354 205 272 0 54 25 7 511 111 110
Binary 11101100 10000101 10111010 0 101100 10101 111 101001001 1001001 1001000

Color Harmonies of #EC85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85BA

Black with #EC85BA

Text Example


Text Example

White with #EC85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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