Html Css Color HEX #EC84BF Persian Pink

📋 copy color: '#EC84BF'

red 236 ◦ green 132 ◦ blue 191

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

Shades of Persian Pink #EC84BF

Tints of Persian Pink #EC84BF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.61%

 BLUE value IS 191 (75% from 255) = 34.17%

R = 42.22%
G = 23.61%
B = 34.17%

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

#EC84BF (or 0xEC84BF) is known color: Persian Pink. HEX triplet: EC, 84 and BF. RGB value is (236,132,191). Sum of RGB (Red+Green+Blue) = 236+132+191=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84BF is #137B40. Grayscale: #A9A9A9. Windows color (decimal): -1276737 or 12551404. OLE color: 12551404.

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

Color convert

RGB 236 132 191 -
CMYK 0 0.44 0.19 0.07
HSL 325.96º 0.73% 0.72% -
HSV(B) 325.96º 0.44% 0.93% -
XYZ 52.25 38.1 53.89 -
YUV 169.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 236 132 191 0 0.44 0.19 0.07 325.96 0.73 0.72
Hex EC 84 BF 0 2C 13 7 146 49 48
Octal 354 204 277 0 54 23 7 506 111 110
Binary 11101100 10000100 10111111 0 101100 10011 111 101000110 1001001 1001000

Color Harmonies of #EC84BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC84BF

Black with #EC84BF

Text Example


Text Example

White with #EC84BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC84BF; }

 p { color: rgb(236,132,191); }

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

background-color css

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

 a { background-color: rgb(236,132,191); }

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

border-color css

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

 span { border-color: rgb(236,132,191); }

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