Html Css Color HEX #EC73BF Persian Pink

📋 copy color: '#EC73BF'

red 236 ◦ green 115 ◦ blue 191

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

Shades of Persian Pink #EC73BF

Tints of Persian Pink #EC73BF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.22%

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

R = 43.54%
G = 21.22%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC73BF (or 0xEC73BF) is known color: Persian Pink. HEX triplet: EC, 73 and BF. RGB value is (236,115,191). Sum of RGB (Red+Green+Blue) = 236+115+191=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73BF is #138C40. Grayscale: #9F9F9F. Windows color (decimal): -1281089 or 12547052. OLE color: 12547052.

HSL color Cylindrical-coordinate representation of color #EC73BF: hue angle of 322.31º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC73BF is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 115 191 -
CMYK 0 0.51 0.19 0.07
HSL 322.31º 0.76% 0.69% -
HSV(B) 322.31º 0.51% 0.93% -
XYZ 50.13 33.86 53.18 -
YUV 159.84 145.59 182.32 -
System Red Green Blue C M Y K H S L
Decimal 236 115 191 0 0.51 0.19 0.07 322.31 0.76 0.69
Hex EC 73 BF 0 33 13 7 142 4C 45
Octal 354 163 277 0 63 23 7 502 114 105
Binary 11101100 1110011 10111111 0 110011 10011 111 101000010 1001100 1000101

Color Harmonies of #EC73BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73BF

Black with #EC73BF

Text Example


Text Example

White with #EC73BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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