Html Css Color HEX #EC73BB Persian Pink

📋 copy color: '#EC73BB'

red 236 ◦ green 115 ◦ blue 187

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

Shades of Persian Pink #EC73BB

Tints of Persian Pink #EC73BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.76%

R = 43.87%
G = 21.38%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC73BB (or 0xEC73BB) is known color: Persian Pink. HEX triplet: EC, 73 and BB. RGB value is (236,115,187). Sum of RGB (Red+Green+Blue) = 236+115+187=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73BB is #138C44. Grayscale: #9F9F9F. Windows color (decimal): -1281093 or 12284908. OLE color: 12284908.

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

Color convert

RGB 236 115 187 -
CMYK 0 0.51 0.21 0.07
HSL 324.3º 0.76% 0.69% -
HSV(B) 324.3º 0.51% 0.93% -
XYZ 49.69 33.68 50.9 -
YUV 159.39 143.59 182.65 -
System Red Green Blue C M Y K H S L
Decimal 236 115 187 0 0.51 0.21 0.07 324.3 0.76 0.69
Hex EC 73 BB 0 33 15 7 144 4C 45
Octal 354 163 273 0 63 25 7 504 114 105
Binary 11101100 1110011 10111011 0 110011 10101 111 101000100 1001100 1000101

Color Harmonies of #EC73BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73BB

Black with #EC73BB

Text Example


Text Example

White with #EC73BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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