Html Css Color HEX #EC73B9 Persian Pink

📋 copy color: '#EC73B9'

red 236 ◦ green 115 ◦ blue 185

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

Shades of Persian Pink #EC73B9

Tints of Persian Pink #EC73B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.51%

R = 44.03%
G = 21.46%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC73B9 (or 0xEC73B9) is known color: Persian Pink. HEX triplet: EC, 73 and B9. RGB value is (236,115,185). Sum of RGB (Red+Green+Blue) = 236+115+185=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73B9 is #138C46. Grayscale: #9E9E9E. Windows color (decimal): -1281095 or 12153836. OLE color: 12153836.

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

Color convert

RGB 236 115 185 -
CMYK 0 0.51 0.22 0.07
HSL 325.29º 0.76% 0.69% -
HSV(B) 325.29º 0.51% 0.93% -
XYZ 49.48 33.6 49.78 -
YUV 159.16 142.59 182.81 -
System Red Green Blue C M Y K H S L
Decimal 236 115 185 0 0.51 0.22 0.07 325.29 0.76 0.69
Hex EC 73 B9 0 33 16 7 145 4C 45
Octal 354 163 271 0 63 26 7 505 114 105
Binary 11101100 1110011 10111001 0 110011 10110 111 101000101 1001100 1000101

Color Harmonies of #EC73B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73B9

Black with #EC73B9

Text Example


Text Example

White with #EC73B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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