Html Css Color HEX #EC73B8 Persian Pink

📋 copy color: '#EC73B8'

red 236 ◦ green 115 ◦ blue 184

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

Shades of Persian Pink #EC73B8

Tints of Persian Pink #EC73B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.39%

R = 44.11%
G = 21.5%
B = 34.39%

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

#EC73B8 (or 0xEC73B8) is known color: Persian Pink. HEX triplet: EC, 73 and B8. RGB value is (236,115,184). Sum of RGB (Red+Green+Blue) = 236+115+184=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73B8 is #138C47. Grayscale: #9E9E9E. Windows color (decimal): -1281096 or 12088300. OLE color: 12088300.

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

Color convert

RGB 236 115 184 -
CMYK 0 0.51 0.22 0.07
HSL 325.79º 0.76% 0.69% -
HSV(B) 325.79º 0.51% 0.93% -
XYZ 49.37 33.56 49.22 -
YUV 159.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 236 115 184 0 0.51 0.22 0.07 325.79 0.76 0.69
Hex EC 73 B8 0 33 16 7 146 4C 45
Octal 354 163 270 0 63 26 7 506 114 105
Binary 11101100 1110011 10111000 0 110011 10110 111 101000110 1001100 1000101

Color Harmonies of #EC73B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73B8

Black with #EC73B8

Text Example


Text Example

White with #EC73B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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