Html Css Color HEX #EC85BE Persian Pink

📋 copy color: '#EC85BE'

red 236 ◦ green 133 ◦ blue 190

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

Shades of Persian Pink #EC85BE

Tints of Persian Pink #EC85BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.99%

R = 42.22%
G = 23.79%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC85BE (or 0xEC85BE) is known color: Persian Pink. HEX triplet: EC, 85 and BE. RGB value is (236,133,190). Sum of RGB (Red+Green+Blue) = 236+133+190=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC85BE is #137A41. Grayscale: #AAAAAA. Windows color (decimal): -1276482 or 12486124. OLE color: 12486124.

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

Color convert

RGB 236 133 190 -
CMYK 0 0.44 0.19 0.07
HSL 326.8º 0.73% 0.72% -
HSV(B) 326.8º 0.44% 0.93% -
XYZ 52.27 38.33 53.36 -
YUV 170.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 236 133 190 0 0.44 0.19 0.07 326.8 0.73 0.72
Hex EC 85 BE 0 2C 13 7 147 49 48
Octal 354 205 276 0 54 23 7 507 111 110
Binary 11101100 10000101 10111110 0 101100 10011 111 101000111 1001001 1001000

Color Harmonies of #EC85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC85BE

Black with #EC85BE

Text Example


Text Example

White with #EC85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC85BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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