Html Css Color HEX #EC85BB Persian Pink

📋 copy color: '#EC85BB'

red 236 ◦ green 133 ◦ blue 187

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

Shades of Persian Pink #EC85BB

Tints of Persian Pink #EC85BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.63%

R = 42.45%
G = 23.92%
B = 33.63%

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

#EC85BB (or 0xEC85BB) is known color: Persian Pink. HEX triplet: EC, 85 and BB. RGB value is (236,133,187). Sum of RGB (Red+Green+Blue) = 236+133+187=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85BB is #137A44. Grayscale: #A9A9A9. Windows color (decimal): -1276485 or 12289516. OLE color: 12289516.

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

Color convert

RGB 236 133 187 -
CMYK 0 0.44 0.21 0.07
HSL 328.54º 0.73% 0.72% -
HSV(B) 328.54º 0.44% 0.93% -
XYZ 51.95 38.2 51.65 -
YUV 169.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 236 133 187 0 0.44 0.21 0.07 328.54 0.73 0.72
Hex EC 85 BB 0 2C 15 7 149 49 48
Octal 354 205 273 0 54 25 7 511 111 110
Binary 11101100 10000101 10111011 0 101100 10101 111 101001001 1001001 1001000

Color Harmonies of #EC85BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85BB

Black with #EC85BB

Text Example


Text Example

White with #EC85BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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