Html Css Color HEX #EC73B6 Persian Pink

📋 copy color: '#EC73B6'

red 236 ◦ green 115 ◦ blue 182

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

Shades of Persian Pink #EC73B6

Tints of Persian Pink #EC73B6

RGB

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

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

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

R = 44.28%
G = 21.58%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC73B6 (or 0xEC73B6) is known color: Persian Pink. HEX triplet: EC, 73 and B6. RGB value is (236,115,182). Sum of RGB (Red+Green+Blue) = 236+115+182=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73B6 is #138C49. Grayscale: #9E9E9E. Windows color (decimal): -1281098 or 11957228. OLE color: 11957228.

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

Color convert

RGB 236 115 182 -
CMYK 0 0.51 0.23 0.07
HSL 326.78º 0.76% 0.69% -
HSV(B) 326.78º 0.51% 0.93% -
XYZ 49.17 33.47 48.13 -
YUV 158.82 141.09 183.05 -
System Red Green Blue C M Y K H S L
Decimal 236 115 182 0 0.51 0.23 0.07 326.78 0.76 0.69
Hex EC 73 B6 0 33 17 7 147 4C 45
Octal 354 163 266 0 63 27 7 507 114 105
Binary 11101100 1110011 10110110 0 110011 10111 111 101000111 1001100 1000101

Color Harmonies of #EC73B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73B6

Black with #EC73B6

Text Example


Text Example

White with #EC73B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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