Html Css Color HEX #EC72B2 Persian Pink

📋 copy color: '#EC72B2'

red 236 ◦ green 114 ◦ blue 178

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

Shades of Persian Pink #EC72B2

Tints of Persian Pink #EC72B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.71%

R = 44.7%
G = 21.59%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC72B2 (or 0xEC72B2) is known color: Persian Pink. HEX triplet: EC, 72 and B2. RGB value is (236,114,178). Sum of RGB (Red+Green+Blue) = 236+114+178=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC72B2 is #138D4D. Grayscale: #9D9D9D. Windows color (decimal): -1281358 or 11694828. OLE color: 11694828.

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

Color convert

RGB 236 114 178 -
CMYK 0 0.52 0.25 0.07
HSL 328.52º 0.76% 0.69% -
HSV(B) 328.52º 0.52% 0.93% -
XYZ 48.65 33.08 45.94 -
YUV 157.77 139.42 183.8 -
System Red Green Blue C M Y K H S L
Decimal 236 114 178 0 0.52 0.25 0.07 328.52 0.76 0.69
Hex EC 72 B2 0 34 19 7 149 4C 45
Octal 354 162 262 0 64 31 7 511 114 105
Binary 11101100 1110010 10110010 0 110100 11001 111 101001001 1001100 1000101

Color Harmonies of #EC72B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72B2

Black with #EC72B2

Text Example


Text Example

White with #EC72B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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