Html Css Color HEX #EC85B6 Persian Pink

📋 copy color: '#EC85B6'

red 236 ◦ green 133 ◦ blue 182

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

Shades of Persian Pink #EC85B6

Tints of Persian Pink #EC85B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.03%

R = 42.83%
G = 24.14%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC85B6 (or 0xEC85B6) is known color: Persian Pink. HEX triplet: EC, 85 and B6. RGB value is (236,133,182). Sum of RGB (Red+Green+Blue) = 236+133+182=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85B6 is #137A49. Grayscale: #A9A9A9. Windows color (decimal): -1276490 or 11961836. OLE color: 11961836.

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

Color convert

RGB 236 133 182 -
CMYK 0 0.44 0.23 0.07
HSL 331.46º 0.73% 0.72% -
HSV(B) 331.46º 0.44% 0.93% -
XYZ 51.42 37.99 48.88 -
YUV 169.38 135.12 175.52 -
System Red Green Blue C M Y K H S L
Decimal 236 133 182 0 0.44 0.23 0.07 331.46 0.73 0.72
Hex EC 85 B6 0 2C 17 7 14B 49 48
Octal 354 205 266 0 54 27 7 513 111 110
Binary 11101100 10000101 10110110 0 101100 10111 111 101001011 1001001 1001000

Color Harmonies of #EC85B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85B6

Black with #EC85B6

Text Example


Text Example

White with #EC85B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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