Html Css Color HEX #EC72BC Persian Pink

📋 copy color: '#EC72BC'

red 236 ◦ green 114 ◦ blue 188

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

Shades of Persian Pink #EC72BC

Tints of Persian Pink #EC72BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.94%

R = 43.87%
G = 21.19%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC72BC (or 0xEC72BC) is known color: Persian Pink. HEX triplet: EC, 72 and BC. RGB value is (236,114,188). Sum of RGB (Red+Green+Blue) = 236+114+188=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72BC is #138D43. Grayscale: #9E9E9E. Windows color (decimal): -1281348 or 12350188. OLE color: 12350188.

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

Color convert

RGB 236 114 188 -
CMYK 0 0.52 0.20 0.07
HSL 323.61º 0.76% 0.69% -
HSV(B) 323.61º 0.52% 0.93% -
XYZ 49.69 33.5 51.42 -
YUV 158.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 236 114 188 0 0.52 0.20 0.07 323.61 0.76 0.69
Hex EC 72 BC 0 34 14 7 144 4C 45
Octal 354 162 274 0 64 24 7 504 114 105
Binary 11101100 1110010 10111100 0 110100 10100 111 101000100 1001100 1000101

Color Harmonies of #EC72BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72BC

Black with #EC72BC

Text Example


Text Example

White with #EC72BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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