Html Css Color HEX #EC72BE Persian Pink

📋 copy color: '#EC72BE'

red 236 ◦ green 114 ◦ blue 190

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

Shades of Persian Pink #EC72BE

Tints of Persian Pink #EC72BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.19%

R = 43.7%
G = 21.11%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC72BE (or 0xEC72BE) is known color: Persian Pink. HEX triplet: EC, 72 and BE. RGB value is (236,114,190). Sum of RGB (Red+Green+Blue) = 236+114+190=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72BE is #138D41. Grayscale: #9E9E9E. Windows color (decimal): -1281346 or 12481260. OLE color: 12481260.

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

Color convert

RGB 236 114 190 -
CMYK 0 0.52 0.19 0.07
HSL 322.62º 0.76% 0.69% -
HSV(B) 322.62º 0.52% 0.93% -
XYZ 49.9 33.59 52.57 -
YUV 159.14 145.42 182.82 -
System Red Green Blue C M Y K H S L
Decimal 236 114 190 0 0.52 0.19 0.07 322.62 0.76 0.69
Hex EC 72 BE 0 34 13 7 143 4C 45
Octal 354 162 276 0 64 23 7 503 114 105
Binary 11101100 1110010 10111110 0 110100 10011 111 101000011 1001100 1000101

Color Harmonies of #EC72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72BE

Black with #EC72BE

Text Example


Text Example

White with #EC72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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