Html Css Color HEX #EC72B7 Persian Pink

📋 copy color: '#EC72B7'

red 236 ◦ green 114 ◦ blue 183

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

Shades of Persian Pink #EC72B7

Tints of Persian Pink #EC72B7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.39%

 BLUE value IS 183 (71.88% from 255) = 34.33%

R = 44.28%
G = 21.39%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC72B7 (or 0xEC72B7) is known color: Persian Pink. HEX triplet: EC, 72 and B7. RGB value is (236,114,183). Sum of RGB (Red+Green+Blue) = 236+114+183=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72B7 is #138D48. Grayscale: #9E9E9E. Windows color (decimal): -1281353 or 12022508. OLE color: 12022508.

HSL color Cylindrical-coordinate representation of color #EC72B7: hue angle of 326.07º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC72B7 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 114 183 -
CMYK 0 0.52 0.22 0.07
HSL 326.07º 0.76% 0.69% -
HSV(B) 326.07º 0.52% 0.93% -
XYZ 49.16 33.29 48.63 -
YUV 158.34 141.92 183.39 -
System Red Green Blue C M Y K H S L
Decimal 236 114 183 0 0.52 0.22 0.07 326.07 0.76 0.69
Hex EC 72 B7 0 34 16 7 146 4C 45
Octal 354 162 267 0 64 26 7 506 114 105
Binary 11101100 1110010 10110111 0 110100 10110 111 101000110 1001100 1000101

Color Harmonies of #EC72B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72B7

Black with #EC72B7

Text Example


Text Example

White with #EC72B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72B7; }

 p { color: rgb(236,114,183); }

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

background-color css

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

 a { background-color: rgb(236,114,183); }

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

border-color css

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

 span { border-color: rgb(236,114,183); }

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