Html Css Color HEX #EC72B9 Persian Pink

📋 copy color: '#EC72B9'

red 236 ◦ green 114 ◦ blue 185

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

Shades of Persian Pink #EC72B9

Tints of Persian Pink #EC72B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.58%

R = 44.11%
G = 21.31%
B = 34.58%

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

#EC72B9 (or 0xEC72B9) is known color: Persian Pink. HEX triplet: EC, 72 and B9. RGB value is (236,114,185). Sum of RGB (Red+Green+Blue) = 236+114+185=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72B9 is #138D46. Grayscale: #9E9E9E. Windows color (decimal): -1281351 or 12153580. OLE color: 12153580.

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

Color convert

RGB 236 114 185 -
CMYK 0 0.52 0.22 0.07
HSL 325.08º 0.76% 0.69% -
HSV(B) 325.08º 0.52% 0.93% -
XYZ 49.37 33.37 49.74 -
YUV 158.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 236 114 185 0 0.52 0.22 0.07 325.08 0.76 0.69
Hex EC 72 B9 0 34 16 7 145 4C 45
Octal 354 162 271 0 64 26 7 505 114 105
Binary 11101100 1110010 10111001 0 110100 10110 111 101000101 1001100 1000101

Color Harmonies of #EC72B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72B9

Black with #EC72B9

Text Example


Text Example

White with #EC72B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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