Html Css Color HEX #EC73B3 Persian Pink

📋 copy color: '#EC73B3'

red 236 ◦ green 115 ◦ blue 179

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

Shades of Persian Pink #EC73B3

Tints of Persian Pink #EC73B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.77%

R = 44.53%
G = 21.7%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC73B3 (or 0xEC73B3) is known color: Persian Pink. HEX triplet: EC, 73 and B3. RGB value is (236,115,179). Sum of RGB (Red+Green+Blue) = 236+115+179=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73B3 is #138C4C. Grayscale: #9E9E9E. Windows color (decimal): -1281101 or 11760620. OLE color: 11760620.

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

Color convert

RGB 236 115 179 -
CMYK 0 0.51 0.24 0.07
HSL 328.26º 0.76% 0.69% -
HSV(B) 328.26º 0.51% 0.93% -
XYZ 48.86 33.35 46.51 -
YUV 158.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 236 115 179 0 0.51 0.24 0.07 328.26 0.76 0.69
Hex EC 73 B3 0 33 18 7 148 4C 45
Octal 354 163 263 0 63 30 7 510 114 105
Binary 11101100 1110011 10110011 0 110011 11000 111 101001000 1001100 1000101

Color Harmonies of #EC73B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC73B3

Black with #EC73B3

Text Example


Text Example

White with #EC73B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC73B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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